Shades of Tyrian Purple #5F0832
Tints of Tyrian Purple #5F0832
RGB
CMYK
RGB Variations
Color information
#5F0832 (or 0x5F0832) is known color: Tyrian Purple. HEX triplet: 5F, 08 and 32. RGB value is (95,8,50). Sum of RGB (Red+Green+Blue) = 95+8+50=153 (20% of max value = 765). Red value is 95 (37.5% from 255 or 62.09% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0832 is #A0F7CD. Grayscale: #262626. Windows color (decimal): -10549198 or 3278943. OLE color: 3278943.
HSL color Cylindrical-coordinate representation of color #5F0832: hue angle of 331.03º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F0832 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 8 | 50 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.63 |
| HSL | 331.03º | 0.84% | 0.2% | - |
| HSV(B) | 331.03º | 0.92% | 0.37% | - |
| XYZ | 5.38 | 2.84 | 3.28 | - |
| YUV | 38.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 50 | 0 | 0.92 | 0.47 | 0.63 | 331.03 | 0.84 | 0.2 |
| Hex | 5F | 8 | 32 | 0 | 5C | 2F | 3F | 14B | 54 | 14 |
| Octal | 137 | 10 | 62 | 0 | 134 | 57 | 77 | 513 | 124 | 24 |
| Binary | 1011111 | 1000 | 110010 | 0 | 1011100 | 101111 | 111111 | 101001011 | 1010100 | 10100 |
Color Harmonies of #5F0832
Complementary color
Monochromatic Colors of #5F0832
Black with #5F0832
Text Example
Text Example
White with #5F0832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0832; }
p { color: rgb(95,8,50); }
H1.HeaderClassName
{
color: #5F0832;
}
.AnyTagClassName
{
color: #5F0832;
}
</style>
background-color css
<style>
a { background-color: #5F0832; }
a { background-color: rgb(95,8,50); }
div.DivClassName
{
background-color: #5F0832;
}
.BgClassName
{
background-color: #5F0832;
}
</style>
border-color css
<style>
span { border-color: #5F0832; }
span { border-color: rgb(95,8,50); }
td.TdClassName
{
border-color: #5F0832;
}
.TagClassName
{
border-color: #5F0832;
}
</style>