Shades of Tyrian Purple #55013C
Tints of Tyrian Purple #55013C
RGB
CMYK
RGB Variations
Color information
#55013C (or 0x55013C) is known color: Tyrian Purple. HEX triplet: 55, 01 and 3C. RGB value is (85,1,60). Sum of RGB (Red+Green+Blue) = 85+1+60=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #55013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55013C is #AAFEC3. Grayscale: #202020. Windows color (decimal): -11206340 or 3932501. OLE color: 3932501.
HSL color Cylindrical-coordinate representation of color #55013C: hue angle of 317.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55013C is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.67 |
| HSL | 317.86º | 0.98% | 0.17% | - |
| HSV(B) | 317.86º | 0.99% | 0.33% | - |
| XYZ | 4.57 | 2.28 | 4.47 | - |
| YUV | 32.84 | 143.33 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 60 | 0 | 0.99 | 0.29 | 0.67 | 317.86 | 0.98 | 0.17 |
| Hex | 55 | 1 | 3C | 0 | 63 | 1D | 43 | 13E | 62 | 11 |
| Octal | 125 | 1 | 74 | 0 | 143 | 35 | 103 | 476 | 142 | 21 |
| Binary | 1010101 | 1 | 111100 | 0 | 1100011 | 11101 | 1000011 | 100111110 | 1100010 | 10001 |
Color Harmonies of #55013C
Complementary color
Monochromatic Colors of #55013C
Black with #55013C
Text Example
Text Example
White with #55013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55013C; }
p { color: rgb(85,1,60); }
H1.HeaderClassName
{
color: #55013C;
}
.AnyTagClassName
{
color: #55013C;
}
</style>
background-color css
<style>
a { background-color: #55013C; }
a { background-color: rgb(85,1,60); }
div.DivClassName
{
background-color: #55013C;
}
.BgClassName
{
background-color: #55013C;
}
</style>
border-color css
<style>
span { border-color: #55013C; }
span { border-color: rgb(85,1,60); }
td.TdClassName
{
border-color: #55013C;
}
.TagClassName
{
border-color: #55013C;
}
</style>