#660042

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

Shades of Tyrian Purple #660042

Tints of Tyrian Purple #660042

Color information

#660042 (or 0x660042) is unknown color: approx Tyrian Purple. HEX triplet: 66, 00 and 42. RGB value is (102,0,66). Sum of RGB (Red+Green+Blue) = 102+0+66=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #660042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660042 is #99FFBD. Grayscale: #252525. Windows color (decimal): -10092478 or 4325478. OLE color: 4325478.

HSL color Cylindrical-coordinate representation of color #660042: hue angle of 321.18º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660042 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB102066-
CMYK010.350.6
HSL321.18º100%20%-
HSV(B)321.18º100%40%-
XYZ6.463.225.43-
YUV38.02143.79173.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=60.71%
G=0%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102066010.350.6321.1810020
Hex66042064233C1416414
Octal14601020144437450114424
Binary11001100100001001100100100011111100101000001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660042; }

 p { color: rgb(102,0,66); }

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

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

 a { background-color: rgb(102,0,66); }

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

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

 span { border-color: rgb(102,0,66); }

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