Shades of Tyrian Purple #66024B
Tints of Tyrian Purple #66024B
RGB
CMYK
RGB Variations
Color information
#66024B (or 0x66024B) is known color: Tyrian Purple. HEX triplet: 66, 02 and 4B. RGB value is (102,2,75). Sum of RGB (Red+Green+Blue) = 102+2+75=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #66024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66024B is #99FDB4. Grayscale: #282828. Windows color (decimal): -10091957 or 4915814. OLE color: 4915814.
HSL color Cylindrical-coordinate representation of color #66024B: hue angle of 316.2º 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 #66024B is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 2 | 75 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.6 |
| HSL | 316.2º | 0.96% | 0.2% | - |
| HSV(B) | 316.2º | 0.98% | 0.4% | - |
| XYZ | 6.77 | 3.38 | 6.95 | - |
| YUV | 40.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 75 | 0 | 0.98 | 0.26 | 0.6 | 316.2 | 0.96 | 0.2 |
| Hex | 66 | 2 | 4B | 0 | 62 | 1A | 3C | 13C | 60 | 14 |
| Octal | 146 | 2 | 113 | 0 | 142 | 32 | 74 | 474 | 140 | 24 |
| Binary | 1100110 | 10 | 1001011 | 0 | 1100010 | 11010 | 111100 | 100111100 | 1100000 | 10100 |
Color Harmonies of #66024B
Complementary color
Monochromatic Colors of #66024B
Black with #66024B
Text Example
Text Example
White with #66024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66024B; }
p { color: rgb(102,2,75); }
H1.HeaderClassName
{
color: #66024B;
}
.AnyTagClassName
{
color: #66024B;
}
</style>
background-color css
<style>
a { background-color: #66024B; }
a { background-color: rgb(102,2,75); }
div.DivClassName
{
background-color: #66024B;
}
.BgClassName
{
background-color: #66024B;
}
</style>
border-color css
<style>
span { border-color: #66024B; }
span { border-color: rgb(102,2,75); }
td.TdClassName
{
border-color: #66024B;
}
.TagClassName
{
border-color: #66024B;
}
</style>