Shades of Tyrian Purple #55103F
Tints of Tyrian Purple #55103F
RGB
CMYK
RGB Variations
Color information
#55103F (or 0x55103F) is known color: Tyrian Purple. HEX triplet: 55, 10 and 3F. RGB value is (85,16,63). Sum of RGB (Red+Green+Blue) = 85+16+63=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55103F is #AAEFC0. Grayscale: #292929. Windows color (decimal): -11202497 or 4132949. OLE color: 4132949.
HSL color Cylindrical-coordinate representation of color #55103F: hue angle of 319.13º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55103F is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 63 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.67 |
| HSL | 319.13º | 0.68% | 0.2% | - |
| HSV(B) | 319.13º | 0.81% | 0.33% | - |
| XYZ | 4.83 | 2.66 | 4.96 | - |
| YUV | 41.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 63 | 0 | 0.81 | 0.26 | 0.67 | 319.13 | 0.68 | 0.2 |
| Hex | 55 | 10 | 3F | 0 | 51 | 1A | 43 | 13F | 44 | 14 |
| Octal | 125 | 20 | 77 | 0 | 121 | 32 | 103 | 477 | 104 | 24 |
| Binary | 1010101 | 10000 | 111111 | 0 | 1010001 | 11010 | 1000011 | 100111111 | 1000100 | 10100 |
Color Harmonies of #55103F
Complementary color
Monochromatic Colors of #55103F
Black with #55103F
Text Example
Text Example
White with #55103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55103F; }
p { color: rgb(85,16,63); }
H1.HeaderClassName
{
color: #55103F;
}
.AnyTagClassName
{
color: #55103F;
}
</style>
background-color css
<style>
a { background-color: #55103F; }
a { background-color: rgb(85,16,63); }
div.DivClassName
{
background-color: #55103F;
}
.BgClassName
{
background-color: #55103F;
}
</style>
border-color css
<style>
span { border-color: #55103F; }
span { border-color: rgb(85,16,63); }
td.TdClassName
{
border-color: #55103F;
}
.TagClassName
{
border-color: #55103F;
}
</style>