Shades of Tyrian Purple #66024E
Tints of Tyrian Purple #66024E
RGB
CMYK
RGB Variations
Color information
#66024E (or 0x66024E) is known color: Tyrian Purple. HEX triplet: 66, 02 and 4E. RGB value is (102,2,78). Sum of RGB (Red+Green+Blue) = 102+2+78=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #66024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66024E is #99FDB1. Grayscale: #282828. Windows color (decimal): -10091954 or 5112422. OLE color: 5112422.
HSL color Cylindrical-coordinate representation of color #66024E: hue angle of 314.4º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66024E is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 78 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.6 |
| HSL | 314.4º | 0.96% | 0.2% | - |
| HSV(B) | 314.4º | 0.98% | 0.4% | - |
| XYZ | 6.88 | 3.42 | 7.51 | - |
| YUV | 40.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 78 | 0 | 0.98 | 0.24 | 0.6 | 314.4 | 0.96 | 0.2 |
| Hex | 66 | 2 | 4E | 0 | 62 | 18 | 3C | 13A | 60 | 14 |
| Octal | 146 | 2 | 116 | 0 | 142 | 30 | 74 | 472 | 140 | 24 |
| Binary | 1100110 | 10 | 1001110 | 0 | 1100010 | 11000 | 111100 | 100111010 | 1100000 | 10100 |
Color Harmonies of #66024E
Complementary color
Monochromatic Colors of #66024E
Black with #66024E
Text Example
Text Example
White with #66024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66024E; }
p { color: rgb(102,2,78); }
H1.HeaderClassName
{
color: #66024E;
}
.AnyTagClassName
{
color: #66024E;
}
</style>
background-color css
<style>
a { background-color: #66024E; }
a { background-color: rgb(102,2,78); }
div.DivClassName
{
background-color: #66024E;
}
.BgClassName
{
background-color: #66024E;
}
</style>
border-color css
<style>
span { border-color: #66024E; }
span { border-color: rgb(102,2,78); }
td.TdClassName
{
border-color: #66024E;
}
.TagClassName
{
border-color: #66024E;
}
</style>