Shades of Tyrian Purple #55032A
Tints of Tyrian Purple #55032A
RGB
CMYK
RGB Variations
Color information
#55032A (or 0x55032A) is known color: Tyrian Purple. HEX triplet: 55, 03 and 2A. RGB value is (85,3,42). Sum of RGB (Red+Green+Blue) = 85+3+42=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #55032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55032A is #AAFCD5. Grayscale: #1F1F1F. Windows color (decimal): -11205846 or 2753365. OLE color: 2753365.
HSL color Cylindrical-coordinate representation of color #55032A: hue angle of 331.46º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55032A is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 42 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.67 |
| HSL | 331.46º | 0.93% | 0.17% | - |
| HSV(B) | 331.46º | 0.96% | 0.33% | - |
| XYZ | 4.2 | 2.16 | 2.39 | - |
| YUV | 31.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 42 | 0 | 0.96 | 0.51 | 0.67 | 331.46 | 0.93 | 0.17 |
| Hex | 55 | 3 | 2A | 0 | 60 | 33 | 43 | 14B | 5D | 11 |
| Octal | 125 | 3 | 52 | 0 | 140 | 63 | 103 | 513 | 135 | 21 |
| Binary | 1010101 | 11 | 101010 | 0 | 1100000 | 110011 | 1000011 | 101001011 | 1011101 | 10001 |
Color Harmonies of #55032A
Complementary color
Monochromatic Colors of #55032A
Black with #55032A
Text Example
Text Example
White with #55032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55032A; }
p { color: rgb(85,3,42); }
H1.HeaderClassName
{
color: #55032A;
}
.AnyTagClassName
{
color: #55032A;
}
</style>
background-color css
<style>
a { background-color: #55032A; }
a { background-color: rgb(85,3,42); }
div.DivClassName
{
background-color: #55032A;
}
.BgClassName
{
background-color: #55032A;
}
</style>
border-color css
<style>
span { border-color: #55032A; }
span { border-color: rgb(85,3,42); }
td.TdClassName
{
border-color: #55032A;
}
.TagClassName
{
border-color: #55032A;
}
</style>