Shades of Tyrian Purple #55023D
Tints of Tyrian Purple #55023D
RGB
CMYK
RGB Variations
Color information
#55023D (or 0x55023D) is known color: Tyrian Purple. HEX triplet: 55, 02 and 3D. RGB value is (85,2,61). Sum of RGB (Red+Green+Blue) = 85+2+61=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 61 (24.22% from 255 or 41.22% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #55023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55023D is #AAFDC2. Grayscale: #212121. Windows color (decimal): -11206083 or 3998293. OLE color: 3998293.
HSL color Cylindrical-coordinate representation of color #55023D: hue angle of 317.35º 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 #55023D is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 2 | 61 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.67 |
| HSL | 317.35º | 0.95% | 0.17% | - |
| HSV(B) | 317.35º | 0.98% | 0.33% | - |
| XYZ | 4.61 | 2.31 | 4.62 | - |
| YUV | 33.54 | 143.5 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 2 | 61 | 0 | 0.98 | 0.28 | 0.67 | 317.35 | 0.95 | 0.17 |
| Hex | 55 | 2 | 3D | 0 | 62 | 1C | 43 | 13D | 5F | 11 |
| Octal | 125 | 2 | 75 | 0 | 142 | 34 | 103 | 475 | 137 | 21 |
| Binary | 1010101 | 10 | 111101 | 0 | 1100010 | 11100 | 1000011 | 100111101 | 1011111 | 10001 |
Color Harmonies of #55023D
Complementary color
Monochromatic Colors of #55023D
Black with #55023D
Text Example
Text Example
White with #55023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55023D; }
p { color: rgb(85,2,61); }
H1.HeaderClassName
{
color: #55023D;
}
.AnyTagClassName
{
color: #55023D;
}
</style>
background-color css
<style>
a { background-color: #55023D; }
a { background-color: rgb(85,2,61); }
div.DivClassName
{
background-color: #55023D;
}
.BgClassName
{
background-color: #55023D;
}
</style>
border-color css
<style>
span { border-color: #55023D; }
span { border-color: rgb(85,2,61); }
td.TdClassName
{
border-color: #55023D;
}
.TagClassName
{
border-color: #55023D;
}
</style>