Shades of Tyrian Purple #55002D
Tints of Tyrian Purple #55002D
RGB
CMYK
RGB Variations
Color information
#55002D (or 0x55002D) is known color: Tyrian Purple. HEX triplet: 55, 00 and 2D. RGB value is (85,0,45). Sum of RGB (Red+Green+Blue) = 85+0+45=130 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.38% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 85 - color contains mainly: red. Hex color #55002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55002D is #AAFFD2. Grayscale: #1E1E1E. Windows color (decimal): -11206611 or 2949205. OLE color: 2949205.
HSL color Cylindrical-coordinate representation of color #55002D: hue angle of 328.24º 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 #55002D is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.47 | 0.67 |
| HSL | 328.24º | 1% | 0.17% | - |
| HSV(B) | 328.24º | 1% | 0.33% | - |
| XYZ | 4.22 | 2.12 | 2.67 | - |
| YUV | 30.55 | 136.16 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 0 | 45 | 0 | 1 | 0.47 | 0.67 | 328.24 | 1 | 0.17 |
| Hex | 55 | 0 | 2D | 0 | 64 | 2F | 43 | 148 | 64 | 11 |
| Octal | 125 | 0 | 55 | 0 | 144 | 57 | 103 | 510 | 144 | 21 |
| Binary | 1010101 | 0 | 101101 | 0 | 1100100 | 101111 | 1000011 | 101001000 | 1100100 | 10001 |
Color Harmonies of #55002D
Complementary color
Monochromatic Colors of #55002D
Black with #55002D
Text Example
Text Example
White with #55002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55002D; }
p { color: rgb(85,0,45); }
H1.HeaderClassName
{
color: #55002D;
}
.AnyTagClassName
{
color: #55002D;
}
</style>
background-color css
<style>
a { background-color: #55002D; }
a { background-color: rgb(85,0,45); }
div.DivClassName
{
background-color: #55002D;
}
.BgClassName
{
background-color: #55002D;
}
</style>
border-color css
<style>
span { border-color: #55002D; }
span { border-color: rgb(85,0,45); }
td.TdClassName
{
border-color: #55002D;
}
.TagClassName
{
border-color: #55002D;
}
</style>