#660D39

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

Shades of Tyrian Purple #660D39

Tints of Tyrian Purple #660D39

Color information

#660D39 (or 0x660D39) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0D and 39. RGB value is (102,13,57). Sum of RGB (Red+Green+Blue) = 102+13+57=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #660D39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D39 is #99F2C6. Grayscale: #2C2C2C. Windows color (decimal): -10089159 or 3738982. OLE color: 3738982.

HSL color Cylindrical-coordinate representation of color #660D39: hue angle of 330.34º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D39 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.6.

Color convert

RGB1021357-
CMYK00.870.440.6
HSL330.34º77.39%22.55%-
HSV(B)330.34º87.25%40%-
XYZ6.363.414.19-
YUV44.63134.99168.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 13 (5.47% from 255) = 7.56%
BLUE value IS 57 (22.66% from 255) = 33.14%
R=59.30%
G=7.56%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102135700.870.440.6330.3477.3922.55
Hex66D390572C3C14a4d17
Octal14615710127547451211527
Binary1100110110111100101010111101100111100101001010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,13,57); }

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

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

 a { background-color: rgb(102,13,57); }

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

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

 span { border-color: rgb(102,13,57); }

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