Shades of Tyrian Purple #55003F
Tints of Tyrian Purple #55003F
RGB
CMYK
RGB Variations
Color information
#55003F (or 0x55003F) is known color: Tyrian Purple. HEX triplet: 55, 00 and 3F. RGB value is (85,0,63). Sum of RGB (Red+Green+Blue) = 85+0+63=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55003F is #AAFFC0. Grayscale: #202020. Windows color (decimal): -11206593 or 4128853. OLE color: 4128853.
HSL color Cylindrical-coordinate representation of color #55003F: hue angle of 315.53º 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 #55003F is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.26 | 0.67 |
| HSL | 315.53º | 1% | 0.17% | - |
| HSV(B) | 315.53º | 1% | 0.33% | - |
| XYZ | 4.64 | 2.29 | 4.9 | - |
| YUV | 32.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 63 | 0 | 1 | 0.26 | 0.67 | 315.53 | 1 | 0.17 |
| Hex | 55 | 0 | 3F | 0 | 64 | 1A | 43 | 13C | 64 | 11 |
| Octal | 125 | 0 | 77 | 0 | 144 | 32 | 103 | 474 | 144 | 21 |
| Binary | 1010101 | 0 | 111111 | 0 | 1100100 | 11010 | 1000011 | 100111100 | 1100100 | 10001 |
Color Harmonies of #55003F
Complementary color
Monochromatic Colors of #55003F
Black with #55003F
Text Example
Text Example
White with #55003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55003F; }
p { color: rgb(85,0,63); }
H1.HeaderClassName
{
color: #55003F;
}
.AnyTagClassName
{
color: #55003F;
}
</style>
background-color css
<style>
a { background-color: #55003F; }
a { background-color: rgb(85,0,63); }
div.DivClassName
{
background-color: #55003F;
}
.BgClassName
{
background-color: #55003F;
}
</style>
border-color css
<style>
span { border-color: #55003F; }
span { border-color: rgb(85,0,63); }
td.TdClassName
{
border-color: #55003F;
}
.TagClassName
{
border-color: #55003F;
}
</style>