#660742

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

Shades of Tyrian Purple #660742

Tints of Tyrian Purple #660742

Color information

#660742 (or 0x660742) is unknown color: approx Tyrian Purple. HEX triplet: 66, 07 and 42. RGB value is (102,7,66). Sum of RGB (Red+Green+Blue) = 102+7+66=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #660742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660742 is #99F8BD. Grayscale: #292929. Windows color (decimal): -10090686 or 4327270. OLE color: 4327270.

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

Color convert

RGB102766-
CMYK00.930.350.6
HSL322.74º87.16%21.37%-
HSV(B)322.74º93.14%40%-
XYZ6.543.375.46-
YUV42.13141.47170.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.29%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=58.29%
G=4%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10276600.930.350.6322.7487.1621.37
Hex6674205D233C1435715
Octal14671020135437450312725
Binary1100110111100001001011101100011111100101000011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660742; }

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

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

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

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

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

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

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

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