#660E52

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

Shades of Tyrian Purple #660E52

Tints of Tyrian Purple #660E52

Color information

#660E52 (or 0x660E52) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0E and 52. RGB value is (102,14,82). Sum of RGB (Red+Green+Blue) = 102+14+82=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 82 (32.42% from 255 or 41.41% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #660E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660E52 is #99F1AD. Grayscale: #2F2F2F. Windows color (decimal): -10088878 or 5377638. OLE color: 5377638.

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

Color convert

RGB1021482-
CMYK00.860.200.6
HSL313.64º75.86%22.75%-
HSV(B)313.64º86.27%40%-
XYZ7.163.758.33-
YUV48.06147.15166.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.52%
GREEN value IS 14 (5.86% from 255) = 7.07%
BLUE value IS 82 (32.42% from 255) = 41.41%
R=51.52%
G=7.07%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102148200.860.200.6313.6475.8622.75
Hex66E52056143C13a4c17
Octal146161220126247447211427
Binary1100110111010100100101011010100111100100111010100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,14,82); }

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

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

 a { background-color: rgb(102,14,82); }

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

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

 span { border-color: rgb(102,14,82); }

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