Shades of Tyrian Purple #55083C
Tints of Tyrian Purple #55083C
RGB
CMYK
RGB Variations
Color information
#55083C (or 0x55083C) is known color: Tyrian Purple. HEX triplet: 55, 08 and 3C. RGB value is (85,8,60). Sum of RGB (Red+Green+Blue) = 85+8+60=153 (20% of max value = 765). Red value is 85 (33.59% from 255 or 55.56% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 85 - color contains mainly: red. Hex color #55083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55083C is #AAF7C3. Grayscale: #242424. Windows color (decimal): -11204548 or 3934293. OLE color: 3934293.
HSL color Cylindrical-coordinate representation of color #55083C: hue angle of 319.48º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55083C is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 8 | 60 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.67 |
| HSL | 319.48º | 0.83% | 0.18% | - |
| HSV(B) | 319.48º | 0.91% | 0.33% | - |
| XYZ | 4.65 | 2.43 | 4.5 | - |
| YUV | 36.95 | 141.01 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 8 | 60 | 0 | 0.91 | 0.29 | 0.67 | 319.48 | 0.83 | 0.18 |
| Hex | 55 | 8 | 3C | 0 | 5B | 1D | 43 | 13F | 53 | 12 |
| Octal | 125 | 10 | 74 | 0 | 133 | 35 | 103 | 477 | 123 | 22 |
| Binary | 1010101 | 1000 | 111100 | 0 | 1011011 | 11101 | 1000011 | 100111111 | 1010011 | 10010 |
Color Harmonies of #55083C
Complementary color
Monochromatic Colors of #55083C
Black with #55083C
Text Example
Text Example
White with #55083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55083C; }
p { color: rgb(85,8,60); }
H1.HeaderClassName
{
color: #55083C;
}
.AnyTagClassName
{
color: #55083C;
}
</style>
background-color css
<style>
a { background-color: #55083C; }
a { background-color: rgb(85,8,60); }
div.DivClassName
{
background-color: #55083C;
}
.BgClassName
{
background-color: #55083C;
}
</style>
border-color css
<style>
span { border-color: #55083C; }
span { border-color: rgb(85,8,60); }
td.TdClassName
{
border-color: #55083C;
}
.TagClassName
{
border-color: #55083C;
}
</style>