Shades of Tyrian Purple #55032F
Tints of Tyrian Purple #55032F
RGB
CMYK
RGB Variations
Color information
#55032F (or 0x55032F) is known color: Tyrian Purple. HEX triplet: 55, 03 and 2F. RGB value is (85,3,47). Sum of RGB (Red+Green+Blue) = 85+3+47=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55032F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55032F is #AAFCD0. Grayscale: #202020. Windows color (decimal): -11205841 or 3081045. OLE color: 3081045.
HSL color Cylindrical-coordinate representation of color #55032F: hue angle of 327.8º 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 #55032F is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 3 | 47 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.67 |
| HSL | 327.8º | 0.93% | 0.17% | - |
| HSV(B) | 327.8º | 0.96% | 0.33% | - |
| XYZ | 4.29 | 2.2 | 2.89 | - |
| YUV | 32.53 | 136.17 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 3 | 47 | 0 | 0.96 | 0.45 | 0.67 | 327.8 | 0.93 | 0.17 |
| Hex | 55 | 3 | 2F | 0 | 60 | 2D | 43 | 148 | 5D | 11 |
| Octal | 125 | 3 | 57 | 0 | 140 | 55 | 103 | 510 | 135 | 21 |
| Binary | 1010101 | 11 | 101111 | 0 | 1100000 | 101101 | 1000011 | 101001000 | 1011101 | 10001 |
Color Harmonies of #55032F
Complementary color
Monochromatic Colors of #55032F
Black with #55032F
Text Example
Text Example
White with #55032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55032F; }
p { color: rgb(85,3,47); }
H1.HeaderClassName
{
color: #55032F;
}
.AnyTagClassName
{
color: #55032F;
}
</style>
background-color css
<style>
a { background-color: #55032F; }
a { background-color: rgb(85,3,47); }
div.DivClassName
{
background-color: #55032F;
}
.BgClassName
{
background-color: #55032F;
}
</style>
border-color css
<style>
span { border-color: #55032F; }
span { border-color: rgb(85,3,47); }
td.TdClassName
{
border-color: #55032F;
}
.TagClassName
{
border-color: #55032F;
}
</style>