#660D48

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

Shades of Tyrian Purple #660D48

Tints of Tyrian Purple #660D48

Color information

#660D48 (or 0x660D48) is unknown color: approx Tyrian Purple. HEX triplet: 66, 0D and 48. RGB value is (102,13,72). Sum of RGB (Red+Green+Blue) = 102+13+72=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #660D48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D48 is #99F2B7. Grayscale: #2E2E2E. Windows color (decimal): -10089144 or 4722022. OLE color: 4722022.

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

Color convert

RGB1021372-
CMYK00.870.290.6
HSL320.22º77.39%22.55%-
HSV(B)320.22º87.25%40%-
XYZ6.793.586.46-
YUV46.34142.49167.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.55%
GREEN value IS 13 (5.47% from 255) = 6.95%
BLUE value IS 72 (28.52% from 255) = 38.50%
R=54.55%
G=6.95%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102137200.870.290.6320.2277.3922.55
Hex66D480571D3C1404d17
Octal146151100127357450011527
Binary1100110110110010000101011111101111100101000000100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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