Shades of Tyrian Purple #5D0227
Tints of Tyrian Purple #5D0227
RGB
CMYK
RGB Variations
Color information
#5D0227 (or 0x5D0227) is known color: Tyrian Purple. HEX triplet: 5D, 02 and 27. RGB value is (93,2,39). Sum of RGB (Red+Green+Blue) = 93+2+39=134 (17% of max value = 765). Red value is 93 (36.72% from 255 or 69.40% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0227 is #A2FDD8. Grayscale: #212121. Windows color (decimal): -10681817 or 2556509. OLE color: 2556509.
HSL color Cylindrical-coordinate representation of color #5D0227: hue angle of 335.6º 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 #5D0227 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 2 | 39 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.64 |
| HSL | 335.6º | 0.96% | 0.19% | - |
| HSV(B) | 335.6º | 0.98% | 0.36% | - |
| XYZ | 4.9 | 2.52 | 2.15 | - |
| YUV | 33.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 39 | 0 | 0.98 | 0.58 | 0.64 | 335.6 | 0.96 | 0.19 |
| Hex | 5D | 2 | 27 | 0 | 62 | 3A | 40 | 150 | 60 | 13 |
| Octal | 135 | 2 | 47 | 0 | 142 | 72 | 100 | 520 | 140 | 23 |
| Binary | 1011101 | 10 | 100111 | 0 | 1100010 | 111010 | 1000000 | 101010000 | 1100000 | 10011 |
Color Harmonies of #5D0227
Complementary color
Monochromatic Colors of #5D0227
Black with #5D0227
Text Example
Text Example
White with #5D0227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0227; }
p { color: rgb(93,2,39); }
H1.HeaderClassName
{
color: #5D0227;
}
.AnyTagClassName
{
color: #5D0227;
}
</style>
background-color css
<style>
a { background-color: #5D0227; }
a { background-color: rgb(93,2,39); }
div.DivClassName
{
background-color: #5D0227;
}
.BgClassName
{
background-color: #5D0227;
}
</style>
border-color css
<style>
span { border-color: #5D0227; }
span { border-color: rgb(93,2,39); }
td.TdClassName
{
border-color: #5D0227;
}
.TagClassName
{
border-color: #5D0227;
}
</style>