Shades of Tyrian Purple #55024E
Tints of Tyrian Purple #55024E
RGB
CMYK
RGB Variations
Color information
#55024E (or 0x55024E) is known color: Tyrian Purple. HEX triplet: 55, 02 and 4E. RGB value is (85,2,78). Sum of RGB (Red+Green+Blue) = 85+2+78=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55024E is #AAFDB1. Grayscale: #232323. Windows color (decimal): -11206066 or 5112405. OLE color: 5112405.
HSL color Cylindrical-coordinate representation of color #55024E: hue angle of 305.06º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55024E is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 78 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.67 |
| HSL | 305.06º | 0.95% | 0.17% | - |
| HSV(B) | 305.06º | 0.98% | 0.33% | - |
| XYZ | 5.14 | 2.52 | 7.42 | - |
| YUV | 35.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 78 | 0 | 0.98 | 0.08 | 0.67 | 305.06 | 0.95 | 0.17 |
| Hex | 55 | 2 | 4E | 0 | 62 | 8 | 43 | 131 | 5F | 11 |
| Octal | 125 | 2 | 116 | 0 | 142 | 10 | 103 | 461 | 137 | 21 |
| Binary | 1010101 | 10 | 1001110 | 0 | 1100010 | 1000 | 1000011 | 100110001 | 1011111 | 10001 |
Color Harmonies of #55024E
Complementary color
Monochromatic Colors of #55024E
Black with #55024E
Text Example
Text Example
White with #55024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55024E; }
p { color: rgb(85,2,78); }
H1.HeaderClassName
{
color: #55024E;
}
.AnyTagClassName
{
color: #55024E;
}
</style>
background-color css
<style>
a { background-color: #55024E; }
a { background-color: rgb(85,2,78); }
div.DivClassName
{
background-color: #55024E;
}
.BgClassName
{
background-color: #55024E;
}
</style>
border-color css
<style>
span { border-color: #55024E; }
span { border-color: rgb(85,2,78); }
td.TdClassName
{
border-color: #55024E;
}
.TagClassName
{
border-color: #55024E;
}
</style>