Shades of Tyrian Purple #55133F
Tints of Tyrian Purple #55133F
RGB
CMYK
RGB Variations
Color information
#55133F (or 0x55133F) is known color: Tyrian Purple. HEX triplet: 55, 13 and 3F. RGB value is (85,19,63). Sum of RGB (Red+Green+Blue) = 85+19+63=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55133F is #AAECC0. Grayscale: #2B2B2B. Windows color (decimal): -11201729 or 4133717. OLE color: 4133717.
HSL color Cylindrical-coordinate representation of color #55133F: hue angle of 320º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55133F is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 19 | 63 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.67 |
| HSL | 320º | 0.63% | 0.2% | - |
| HSV(B) | 320º | 0.78% | 0.33% | - |
| XYZ | 4.88 | 2.76 | 4.98 | - |
| YUV | 43.75 | 138.87 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 63 | 0 | 0.78 | 0.26 | 0.67 | 320 | 0.63 | 0.2 |
| Hex | 55 | 13 | 3F | 0 | 4E | 1A | 43 | 140 | 3F | 14 |
| Octal | 125 | 23 | 77 | 0 | 116 | 32 | 103 | 500 | 77 | 24 |
| Binary | 1010101 | 10011 | 111111 | 0 | 1001110 | 11010 | 1000011 | 101000000 | 111111 | 10100 |
Color Harmonies of #55133F
Complementary color
Monochromatic Colors of #55133F
Black with #55133F
Text Example
Text Example
White with #55133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55133F; }
p { color: rgb(85,19,63); }
H1.HeaderClassName
{
color: #55133F;
}
.AnyTagClassName
{
color: #55133F;
}
</style>
background-color css
<style>
a { background-color: #55133F; }
a { background-color: rgb(85,19,63); }
div.DivClassName
{
background-color: #55133F;
}
.BgClassName
{
background-color: #55133F;
}
</style>
border-color css
<style>
span { border-color: #55133F; }
span { border-color: rgb(85,19,63); }
td.TdClassName
{
border-color: #55133F;
}
.TagClassName
{
border-color: #55133F;
}
</style>