#660F47

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

Shades of Tyrian Purple #660F47

Tints of Tyrian Purple #660F47

Color information

#660F47 (or 0x660F47) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0F and 47. RGB value is (102,15,71). Sum of RGB (Red+Green+Blue) = 102+15+71=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 71 (28.12% from 255 or 37.77% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #660F47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F47 is #99F0B8. Grayscale: #2F2F2F. Windows color (decimal): -10088633 or 4656998. OLE color: 4656998.

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

Color convert

RGB1021571-
CMYK00.850.300.6
HSL321.38º74.36%22.94%-
HSV(B)321.38º85.29%40%-
XYZ6.793.626.3-
YUV47.4141.32166.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 71 (28.12% from 255) = 37.77%
R=54.26%
G=7.98%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102157100.850.300.6321.3874.3622.94
Hex66F470551E3C1414a17
Octal146171070125367450111227
Binary1100110111110001110101010111110111100101000001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,15,71); }

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

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

 a { background-color: rgb(102,15,71); }

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

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

 span { border-color: rgb(102,15,71); }

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