Shades of Tyrian Purple #55023C
Tints of Tyrian Purple #55023C
RGB
CMYK
RGB Variations
Color information
#55023C (or 0x55023C) is known color: Tyrian Purple. HEX triplet: 55, 02 and 3C. RGB value is (85,2,60). Sum of RGB (Red+Green+Blue) = 85+2+60=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #55023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55023C is #AAFDC3. Grayscale: #212121. Windows color (decimal): -11206084 or 3932757. OLE color: 3932757.
HSL color Cylindrical-coordinate representation of color #55023C: hue angle of 318.07º 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 #55023C is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 60 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.67 |
| HSL | 318.07º | 0.95% | 0.17% | - |
| HSV(B) | 318.07º | 0.98% | 0.33% | - |
| XYZ | 4.58 | 2.3 | 4.48 | - |
| YUV | 33.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 60 | 0 | 0.98 | 0.29 | 0.67 | 318.07 | 0.95 | 0.17 |
| Hex | 55 | 2 | 3C | 0 | 62 | 1D | 43 | 13E | 5F | 11 |
| Octal | 125 | 2 | 74 | 0 | 142 | 35 | 103 | 476 | 137 | 21 |
| Binary | 1010101 | 10 | 111100 | 0 | 1100010 | 11101 | 1000011 | 100111110 | 1011111 | 10001 |
Color Harmonies of #55023C
Complementary color
Monochromatic Colors of #55023C
Black with #55023C
Text Example
Text Example
White with #55023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55023C; }
p { color: rgb(85,2,60); }
H1.HeaderClassName
{
color: #55023C;
}
.AnyTagClassName
{
color: #55023C;
}
</style>
background-color css
<style>
a { background-color: #55023C; }
a { background-color: rgb(85,2,60); }
div.DivClassName
{
background-color: #55023C;
}
.BgClassName
{
background-color: #55023C;
}
</style>
border-color css
<style>
span { border-color: #55023C; }
span { border-color: rgb(85,2,60); }
td.TdClassName
{
border-color: #55023C;
}
.TagClassName
{
border-color: #55023C;
}
</style>