#660F44

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

Shades of Tyrian Purple #660F44

Tints of Tyrian Purple #660F44

Color information

#660F44 (or 0x660F44) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0F and 44. RGB value is (102,15,68). Sum of RGB (Red+Green+Blue) = 102+15+68=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #660F44 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F44 is #99F0BB. Grayscale: #2E2E2E. Windows color (decimal): -10088636 or 4460390. OLE color: 4460390.

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

Color convert

RGB1021568-
CMYK00.850.330.6
HSL323.45º74.36%22.94%-
HSV(B)323.45º85.29%40%-
XYZ6.693.585.81-
YUV47.06139.82167.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 68 (26.95% from 255) = 36.76%
R=55.14%
G=8.11%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102156800.850.330.6323.4574.3622.94
Hex66F44055213C1434a17
Octal146171040125417450311227
Binary11001101111100010001010101100001111100101000011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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