Shades of Tyrian Purple #55103A
Tints of Tyrian Purple #55103A
RGB
CMYK
RGB Variations
Color information
#55103A (or 0x55103A) is known color: Tyrian Purple. HEX triplet: 55, 10 and 3A. RGB value is (85,16,58). Sum of RGB (Red+Green+Blue) = 85+16+58=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #55103A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55103A is #AAEFC5. Grayscale: #292929. Windows color (decimal): -11202502 or 3805269. OLE color: 3805269.
HSL color Cylindrical-coordinate representation of color #55103A: hue angle of 323.48º 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 #55103A is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 16 | 58 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.67 |
| HSL | 323.48º | 0.68% | 0.2% | - |
| HSV(B) | 323.48º | 0.81% | 0.33% | - |
| XYZ | 4.7 | 2.61 | 4.26 | - |
| YUV | 41.42 | 137.36 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 58 | 0 | 0.81 | 0.32 | 0.67 | 323.48 | 0.68 | 0.2 |
| Hex | 55 | 10 | 3A | 0 | 51 | 20 | 43 | 143 | 44 | 14 |
| Octal | 125 | 20 | 72 | 0 | 121 | 40 | 103 | 503 | 104 | 24 |
| Binary | 1010101 | 10000 | 111010 | 0 | 1010001 | 100000 | 1000011 | 101000011 | 1000100 | 10100 |
Color Harmonies of #55103A
Complementary color
Monochromatic Colors of #55103A
Black with #55103A
Text Example
Text Example
White with #55103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55103A; }
p { color: rgb(85,16,58); }
H1.HeaderClassName
{
color: #55103A;
}
.AnyTagClassName
{
color: #55103A;
}
</style>
background-color css
<style>
a { background-color: #55103A; }
a { background-color: rgb(85,16,58); }
div.DivClassName
{
background-color: #55103A;
}
.BgClassName
{
background-color: #55103A;
}
</style>
border-color css
<style>
span { border-color: #55103A; }
span { border-color: rgb(85,16,58); }
td.TdClassName
{
border-color: #55103A;
}
.TagClassName
{
border-color: #55103A;
}
</style>