Shades of Tyrian Purple #55063C
Tints of Tyrian Purple #55063C
RGB
CMYK
RGB Variations
Color information
#55063C (or 0x55063C) is known color: Tyrian Purple. HEX triplet: 55, 06 and 3C. RGB value is (85,6,60). Sum of RGB (Red+Green+Blue) = 85+6+60=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 6 (2.73% from 255 or 3.97% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55063C is #AAF9C3. Grayscale: #232323. Windows color (decimal): -11205060 or 3933781. OLE color: 3933781.
HSL color Cylindrical-coordinate representation of color #55063C: hue angle of 318.99º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55063C is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 6 | 60 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.67 |
| HSL | 318.99º | 0.87% | 0.18% | - |
| HSV(B) | 318.99º | 0.93% | 0.33% | - |
| XYZ | 4.63 | 2.39 | 4.49 | - |
| YUV | 35.78 | 141.67 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 6 | 60 | 0 | 0.93 | 0.29 | 0.67 | 318.99 | 0.87 | 0.18 |
| Hex | 55 | 6 | 3C | 0 | 5D | 1D | 43 | 13F | 57 | 12 |
| Octal | 125 | 6 | 74 | 0 | 135 | 35 | 103 | 477 | 127 | 22 |
| Binary | 1010101 | 110 | 111100 | 0 | 1011101 | 11101 | 1000011 | 100111111 | 1010111 | 10010 |
Color Harmonies of #55063C
Complementary color
Monochromatic Colors of #55063C
Black with #55063C
Text Example
Text Example
White with #55063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55063C; }
p { color: rgb(85,6,60); }
H1.HeaderClassName
{
color: #55063C;
}
.AnyTagClassName
{
color: #55063C;
}
</style>
background-color css
<style>
a { background-color: #55063C; }
a { background-color: rgb(85,6,60); }
div.DivClassName
{
background-color: #55063C;
}
.BgClassName
{
background-color: #55063C;
}
</style>
border-color css
<style>
span { border-color: #55063C; }
span { border-color: rgb(85,6,60); }
td.TdClassName
{
border-color: #55063C;
}
.TagClassName
{
border-color: #55063C;
}
</style>