Shades of Tyrian Purple #55012A
Tints of Tyrian Purple #55012A
RGB
CMYK
RGB Variations
Color information
#55012A (or 0x55012A) is known color: Tyrian Purple. HEX triplet: 55, 01 and 2A. RGB value is (85,1,42). Sum of RGB (Red+Green+Blue) = 85+1+42=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #55012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55012A is #AAFED5. Grayscale: #1E1E1E. Windows color (decimal): -11206358 or 2752853. OLE color: 2752853.
HSL color Cylindrical-coordinate representation of color #55012A: hue angle of 330.71º 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 #55012A is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 1 | 42 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.67 |
| HSL | 330.71º | 0.98% | 0.17% | - |
| HSV(B) | 330.71º | 0.99% | 0.33% | - |
| XYZ | 4.18 | 2.12 | 2.38 | - |
| YUV | 30.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 42 | 0 | 0.99 | 0.51 | 0.67 | 330.71 | 0.98 | 0.17 |
| Hex | 55 | 1 | 2A | 0 | 63 | 33 | 43 | 14B | 62 | 11 |
| Octal | 125 | 1 | 52 | 0 | 143 | 63 | 103 | 513 | 142 | 21 |
| Binary | 1010101 | 1 | 101010 | 0 | 1100011 | 110011 | 1000011 | 101001011 | 1100010 | 10001 |
Color Harmonies of #55012A
Complementary color
Monochromatic Colors of #55012A
Black with #55012A
Text Example
Text Example
White with #55012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55012A; }
p { color: rgb(85,1,42); }
H1.HeaderClassName
{
color: #55012A;
}
.AnyTagClassName
{
color: #55012A;
}
</style>
background-color css
<style>
a { background-color: #55012A; }
a { background-color: rgb(85,1,42); }
div.DivClassName
{
background-color: #55012A;
}
.BgClassName
{
background-color: #55012A;
}
</style>
border-color css
<style>
span { border-color: #55012A; }
span { border-color: rgb(85,1,42); }
td.TdClassName
{
border-color: #55012A;
}
.TagClassName
{
border-color: #55012A;
}
</style>