#4C0346

Color #4C0346 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #4C0346

Tints of Tyrian Purple #4C0346

Color information

#4C0346 (or 0x4C0346) is unknown color: approx Tyrian Purple. HEX triplet: 4C, 03 and 46. RGB value is (76,3,70). Sum of RGB (Red+Green+Blue) = 76+3+70=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0346 is #B3FCB9. Grayscale: #202020. Windows color (decimal): -11795642 or 4588364. OLE color: 4588364.

HSL color Cylindrical-coordinate representation of color #4C0346: hue angle of 304.93º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C0346 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.70.

Color convert

RGB76370-
CMYK00.960.080.70
HSL304.93º92.41%15.49%-
HSV(B)304.93º96.05%29.8%-
XYZ4.122.045.97-
YUV32.47149.18159.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 51.01%
GREEN value IS 3 (1.56% from 255) = 2.01%
BLUE value IS 70 (27.73% from 255) = 46.98%
R=51.01%
G=2.01%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7637000.960.080.70304.9392.4115.49
Hex4C3460608461315cf
Octal114310601401010646113417
Binary1001100111000110011000001000100011010011000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C0346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C0346; }

 p { color: rgb(76,3,70); }

 H1.HeaderClassName
 {
   color: #4C0346;
 }
 .AnyTagClassName
 {
   color: #4C0346;
 }
</style>
background-color css

<style>
 a { background-color: #4C0346; }

 a { background-color: rgb(76,3,70); }

 div.DivClassName
 {
   background-color: #4C0346;
 }
 .BgClassName
 {
   background-color: #4C0346;
 }
</style>
border-color css

<style>
 span { border-color: #4C0346; }

 span { border-color: rgb(76,3,70); }

 td.TdClassName
 {
   border-color: #4C0346;
 }
 .TagClassName
 {
   border-color: #4C0346;
 }
</style>