#660D2F

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

Shades of Tyrian Purple #660D2F

Tints of Tyrian Purple #660D2F

Color information

#660D2F (or 0x660D2F) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0D and 2F. RGB value is (102,13,47). Sum of RGB (Red+Green+Blue) = 102+13+47=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #660D2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D2F is #99F2D0. Grayscale: #2B2B2B. Windows color (decimal): -10089169 or 3083622. OLE color: 3083622.

HSL color Cylindrical-coordinate representation of color #660D2F: hue angle of 337.08º 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 #660D2F is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB1021347-
CMYK00.870.540.6
HSL337.08º77.39%22.55%-
HSV(B)337.08º87.25%40%-
XYZ6.143.323.01-
YUV43.49129.99169.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.96%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=62.96%
G=8.02%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102134700.870.540.6337.0877.3922.55
Hex66D2F057363C1514d17
Octal14615570127667452111527
Binary1100110110110111101010111110110111100101010001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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