Shades of Tyrian Purple #55002F
Tints of Tyrian Purple #55002F
RGB
CMYK
RGB Variations
Color information
#55002F (or 0x55002F) is known color: Tyrian Purple. HEX triplet: 55, 00 and 2F. RGB value is (85,0,47). Sum of RGB (Red+Green+Blue) = 85+0+47=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #55002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55002F is #AAFFD0. Grayscale: #1E1E1E. Windows color (decimal): -11206609 or 3080277. OLE color: 3080277.
HSL color Cylindrical-coordinate representation of color #55002F: hue angle of 326.82º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55002F is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.45 | 0.67 |
| HSL | 326.82º | 1% | 0.17% | - |
| HSV(B) | 326.82º | 1% | 0.33% | - |
| XYZ | 4.26 | 2.14 | 2.88 | - |
| YUV | 30.77 | 137.16 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 47 | 0 | 1 | 0.45 | 0.67 | 326.82 | 1 | 0.17 |
| Hex | 55 | 0 | 2F | 0 | 64 | 2D | 43 | 147 | 64 | 11 |
| Octal | 125 | 0 | 57 | 0 | 144 | 55 | 103 | 507 | 144 | 21 |
| Binary | 1010101 | 0 | 101111 | 0 | 1100100 | 101101 | 1000011 | 101000111 | 1100100 | 10001 |
Color Harmonies of #55002F
Complementary color
Monochromatic Colors of #55002F
Black with #55002F
Text Example
Text Example
White with #55002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55002F; }
p { color: rgb(85,0,47); }
H1.HeaderClassName
{
color: #55002F;
}
.AnyTagClassName
{
color: #55002F;
}
</style>
background-color css
<style>
a { background-color: #55002F; }
a { background-color: rgb(85,0,47); }
div.DivClassName
{
background-color: #55002F;
}
.BgClassName
{
background-color: #55002F;
}
</style>
border-color css
<style>
span { border-color: #55002F; }
span { border-color: rgb(85,0,47); }
td.TdClassName
{
border-color: #55002F;
}
.TagClassName
{
border-color: #55002F;
}
</style>