#660D53

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

Shades of Tyrian Purple #660D53

Tints of Tyrian Purple #660D53

Color information

#660D53 (or 0x660D53) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0D and 53. RGB value is (102,13,83). Sum of RGB (Red+Green+Blue) = 102+13+83=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #660D53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D53 is #99F2AC. Grayscale: #2F2F2F. Windows color (decimal): -10089133 or 5442918. OLE color: 5442918.

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

Color convert

RGB1021383-
CMYK00.870.190.6
HSL312.81º77.39%22.55%-
HSV(B)312.81º87.25%40%-
XYZ7.183.748.53-
YUV47.59147.99166.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.52%
GREEN value IS 13 (5.47% from 255) = 6.57%
BLUE value IS 83 (32.81% from 255) = 41.92%
R=51.52%
G=6.57%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102138300.870.190.6312.8177.3922.55
Hex66D53057133C1394d17
Octal146151230127237447111527
Binary1100110110110100110101011110011111100100111001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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