Shades of Tyrian Purple #55013B
Tints of Tyrian Purple #55013B
RGB
CMYK
RGB Variations
Color information
#55013B (or 0x55013B) is known color: Tyrian Purple. HEX triplet: 55, 01 and 3B. RGB value is (85,1,59). Sum of RGB (Red+Green+Blue) = 85+1+59=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #55013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55013B is #AAFEC4. Grayscale: #202020. Windows color (decimal): -11206341 or 3866965. OLE color: 3866965.
HSL color Cylindrical-coordinate representation of color #55013B: hue angle of 318.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55013B is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 59 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.67 |
| HSL | 318.57º | 0.98% | 0.17% | - |
| HSV(B) | 318.57º | 0.99% | 0.33% | - |
| XYZ | 4.55 | 2.27 | 4.34 | - |
| YUV | 32.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 59 | 0 | 0.99 | 0.31 | 0.67 | 318.57 | 0.98 | 0.17 |
| Hex | 55 | 1 | 3B | 0 | 63 | 1F | 43 | 13F | 62 | 11 |
| Octal | 125 | 1 | 73 | 0 | 143 | 37 | 103 | 477 | 142 | 21 |
| Binary | 1010101 | 1 | 111011 | 0 | 1100011 | 11111 | 1000011 | 100111111 | 1100010 | 10001 |
Color Harmonies of #55013B
Complementary color
Monochromatic Colors of #55013B
Black with #55013B
Text Example
Text Example
White with #55013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55013B; }
p { color: rgb(85,1,59); }
H1.HeaderClassName
{
color: #55013B;
}
.AnyTagClassName
{
color: #55013B;
}
</style>
background-color css
<style>
a { background-color: #55013B; }
a { background-color: rgb(85,1,59); }
div.DivClassName
{
background-color: #55013B;
}
.BgClassName
{
background-color: #55013B;
}
</style>
border-color css
<style>
span { border-color: #55013B; }
span { border-color: rgb(85,1,59); }
td.TdClassName
{
border-color: #55013B;
}
.TagClassName
{
border-color: #55013B;
}
</style>