Shades of Tyrian Purple #55022B
Tints of Tyrian Purple #55022B
RGB
CMYK
RGB Variations
Color information
#55022B (or 0x55022B) is known color: Tyrian Purple. HEX triplet: 55, 02 and 2B. RGB value is (85,2,43). Sum of RGB (Red+Green+Blue) = 85+2+43=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #55022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55022B is #AAFDD4. Grayscale: #1F1F1F. Windows color (decimal): -11206101 or 2818645. OLE color: 2818645.
HSL color Cylindrical-coordinate representation of color #55022B: hue angle of 330.36º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55022B is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 43 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.67 |
| HSL | 330.36º | 0.95% | 0.17% | - |
| HSV(B) | 330.36º | 0.98% | 0.33% | - |
| XYZ | 4.2 | 2.15 | 2.48 | - |
| YUV | 31.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 43 | 0 | 0.98 | 0.49 | 0.67 | 330.36 | 0.95 | 0.17 |
| Hex | 55 | 2 | 2B | 0 | 62 | 31 | 43 | 14A | 5F | 11 |
| Octal | 125 | 2 | 53 | 0 | 142 | 61 | 103 | 512 | 137 | 21 |
| Binary | 1010101 | 10 | 101011 | 0 | 1100010 | 110001 | 1000011 | 101001010 | 1011111 | 10001 |
Color Harmonies of #55022B
Complementary color
Monochromatic Colors of #55022B
Black with #55022B
Text Example
Text Example
White with #55022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55022B; }
p { color: rgb(85,2,43); }
H1.HeaderClassName
{
color: #55022B;
}
.AnyTagClassName
{
color: #55022B;
}
</style>
background-color css
<style>
a { background-color: #55022B; }
a { background-color: rgb(85,2,43); }
div.DivClassName
{
background-color: #55022B;
}
.BgClassName
{
background-color: #55022B;
}
</style>
border-color css
<style>
span { border-color: #55022B; }
span { border-color: rgb(85,2,43); }
td.TdClassName
{
border-color: #55022B;
}
.TagClassName
{
border-color: #55022B;
}
</style>