#660A2C

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

Shades of Tyrian Purple #660A2C

Tints of Tyrian Purple #660A2C

Color information

#660A2C (or 0x660A2C) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0A and 2C. RGB value is (102,10,44). Sum of RGB (Red+Green+Blue) = 102+10+44=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #660A2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660A2C is #99F5D3. Grayscale: #292929. Windows color (decimal): -10089940 or 2886246. OLE color: 2886246.

HSL color Cylindrical-coordinate representation of color #660A2C: hue angle of 337.83º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660A2C is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB1021044-
CMYK00.900.570.6
HSL337.83º82.14%21.96%-
HSV(B)337.83º90.2%40%-
XYZ6.043.222.69-
YUV41.38129.48171.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.38%
GREEN value IS 10 (4.30% from 255) = 6.41%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=65.38%
G=6.41%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102104400.900.570.6337.8382.1421.96
Hex66A2C05A393C1525216
Octal14612540132717452212226
Binary1100110101010110001011010111001111100101010010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660A2C; }

 p { color: rgb(102,10,44); }

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

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

 a { background-color: rgb(102,10,44); }

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

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

 span { border-color: rgb(102,10,44); }

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