Shades of Tyrian Purple #5D0228
Tints of Tyrian Purple #5D0228
RGB
CMYK
RGB Variations
Color information
#5D0228 (or 0x5D0228) is known color: Tyrian Purple. HEX triplet: 5D, 02 and 28. RGB value is (93,2,40). Sum of RGB (Red+Green+Blue) = 93+2+40=135 (17% of max value = 765). Red value is 93 (36.72% from 255 or 68.89% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0228 is #A2FDD7. Grayscale: #212121. Windows color (decimal): -10681816 or 2622045. OLE color: 2622045.
HSL color Cylindrical-coordinate representation of color #5D0228: hue angle of 334.95º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D0228 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 2 | 40 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.64 |
| HSL | 334.95º | 0.96% | 0.19% | - |
| HSV(B) | 334.95º | 0.98% | 0.36% | - |
| XYZ | 4.92 | 2.52 | 2.24 | - |
| YUV | 33.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 40 | 0 | 0.98 | 0.57 | 0.64 | 334.95 | 0.96 | 0.19 |
| Hex | 5D | 2 | 28 | 0 | 62 | 39 | 40 | 14F | 60 | 13 |
| Octal | 135 | 2 | 50 | 0 | 142 | 71 | 100 | 517 | 140 | 23 |
| Binary | 1011101 | 10 | 101000 | 0 | 1100010 | 111001 | 1000000 | 101001111 | 1100000 | 10011 |
Color Harmonies of #5D0228
Complementary color
Monochromatic Colors of #5D0228
Black with #5D0228
Text Example
Text Example
White with #5D0228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0228; }
p { color: rgb(93,2,40); }
H1.HeaderClassName
{
color: #5D0228;
}
.AnyTagClassName
{
color: #5D0228;
}
</style>
background-color css
<style>
a { background-color: #5D0228; }
a { background-color: rgb(93,2,40); }
div.DivClassName
{
background-color: #5D0228;
}
.BgClassName
{
background-color: #5D0228;
}
</style>
border-color css
<style>
span { border-color: #5D0228; }
span { border-color: rgb(93,2,40); }
td.TdClassName
{
border-color: #5D0228;
}
.TagClassName
{
border-color: #5D0228;
}
</style>