Shades of Tyrian Purple #5F0A3A
Tints of Tyrian Purple #5F0A3A
RGB
CMYK
RGB Variations
Color information
#5F0A3A (or 0x5F0A3A) is known color: Tyrian Purple. HEX triplet: 5F, 0A and 3A. RGB value is (95,10,58). Sum of RGB (Red+Green+Blue) = 95+10+58=163 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.28% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0A3A is #A0F5C5. Grayscale: #282828. Windows color (decimal): -10548678 or 3803743. OLE color: 3803743.
HSL color Cylindrical-coordinate representation of color #5F0A3A: hue angle of 326.12º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F0A3A is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 10 | 58 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.63 |
| HSL | 326.12º | 0.81% | 0.21% | - |
| HSV(B) | 326.12º | 0.89% | 0.37% | - |
| XYZ | 5.59 | 2.96 | 4.28 | - |
| YUV | 40.89 | 137.66 | 166.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 10 | 58 | 0 | 0.89 | 0.39 | 0.63 | 326.12 | 0.81 | 0.21 |
| Hex | 5F | A | 3A | 0 | 59 | 27 | 3F | 146 | 51 | 15 |
| Octal | 137 | 12 | 72 | 0 | 131 | 47 | 77 | 506 | 121 | 25 |
| Binary | 1011111 | 1010 | 111010 | 0 | 1011001 | 100111 | 111111 | 101000110 | 1010001 | 10101 |
Color Harmonies of #5F0A3A
Complementary color
Monochromatic Colors of #5F0A3A
Black with #5F0A3A
Text Example
Text Example
White with #5F0A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0A3A; }
p { color: rgb(95,10,58); }
H1.HeaderClassName
{
color: #5F0A3A;
}
.AnyTagClassName
{
color: #5F0A3A;
}
</style>
background-color css
<style>
a { background-color: #5F0A3A; }
a { background-color: rgb(95,10,58); }
div.DivClassName
{
background-color: #5F0A3A;
}
.BgClassName
{
background-color: #5F0A3A;
}
</style>
border-color css
<style>
span { border-color: #5F0A3A; }
span { border-color: rgb(95,10,58); }
td.TdClassName
{
border-color: #5F0A3A;
}
.TagClassName
{
border-color: #5F0A3A;
}
</style>