Shades of Tyrian Purple #5F0234
Tints of Tyrian Purple #5F0234
RGB
CMYK
RGB Variations
Color information
#5F0234 (or 0x5F0234) is known color: Tyrian Purple. HEX triplet: 5F, 02 and 34. RGB value is (95,2,52). Sum of RGB (Red+Green+Blue) = 95+2+52=149 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.76% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0234 is #A0FDCB. Grayscale: #232323. Windows color (decimal): -10550732 or 3408479. OLE color: 3408479.
HSL color Cylindrical-coordinate representation of color #5F0234: hue angle of 327.74º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F0234 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 2 | 52 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.63 |
| HSL | 327.74º | 0.96% | 0.19% | - |
| HSV(B) | 327.74º | 0.98% | 0.37% | - |
| XYZ | 5.36 | 2.72 | 3.49 | - |
| YUV | 35.51 | 137.31 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 52 | 0 | 0.98 | 0.45 | 0.63 | 327.74 | 0.96 | 0.19 |
| Hex | 5F | 2 | 34 | 0 | 62 | 2D | 3F | 148 | 60 | 13 |
| Octal | 137 | 2 | 64 | 0 | 142 | 55 | 77 | 510 | 140 | 23 |
| Binary | 1011111 | 10 | 110100 | 0 | 1100010 | 101101 | 111111 | 101001000 | 1100000 | 10011 |
Color Harmonies of #5F0234
Complementary color
Monochromatic Colors of #5F0234
Black with #5F0234
Text Example
Text Example
White with #5F0234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0234; }
p { color: rgb(95,2,52); }
H1.HeaderClassName
{
color: #5F0234;
}
.AnyTagClassName
{
color: #5F0234;
}
</style>
background-color css
<style>
a { background-color: #5F0234; }
a { background-color: rgb(95,2,52); }
div.DivClassName
{
background-color: #5F0234;
}
.BgClassName
{
background-color: #5F0234;
}
</style>
border-color css
<style>
span { border-color: #5F0234; }
span { border-color: rgb(95,2,52); }
td.TdClassName
{
border-color: #5F0234;
}
.TagClassName
{
border-color: #5F0234;
}
</style>