Shades of Tyrian Purple #5F024E
Tints of Tyrian Purple #5F024E
RGB
CMYK
RGB Variations
Color information
#5F024E (or 0x5F024E) is known color: Tyrian Purple. HEX triplet: 5F, 02 and 4E. RGB value is (95,2,78). Sum of RGB (Red+Green+Blue) = 95+2+78=175 (23% of max value = 765). Red value is 95 (37.5% from 255 or 54.29% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 95 - color contains mainly: red. Hex color #5F024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F024E is #A0FDB1. Grayscale: #262626. Windows color (decimal): -10550706 or 5112415. OLE color: 5112415.
HSL color Cylindrical-coordinate representation of color #5F024E: hue angle of 310.97º 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 #5F024E is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 2 | 78 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.63 |
| HSL | 310.97º | 0.96% | 0.19% | - |
| HSV(B) | 310.97º | 0.98% | 0.37% | - |
| XYZ | 6.12 | 3.03 | 7.47 | - |
| YUV | 38.47 | 150.31 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 2 | 78 | 0 | 0.98 | 0.18 | 0.63 | 310.97 | 0.96 | 0.19 |
| Hex | 5F | 2 | 4E | 0 | 62 | 12 | 3F | 137 | 60 | 13 |
| Octal | 137 | 2 | 116 | 0 | 142 | 22 | 77 | 467 | 140 | 23 |
| Binary | 1011111 | 10 | 1001110 | 0 | 1100010 | 10010 | 111111 | 100110111 | 1100000 | 10011 |
Color Harmonies of #5F024E
Complementary color
Monochromatic Colors of #5F024E
Black with #5F024E
Text Example
Text Example
White with #5F024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F024E; }
p { color: rgb(95,2,78); }
H1.HeaderClassName
{
color: #5F024E;
}
.AnyTagClassName
{
color: #5F024E;
}
</style>
background-color css
<style>
a { background-color: #5F024E; }
a { background-color: rgb(95,2,78); }
div.DivClassName
{
background-color: #5F024E;
}
.BgClassName
{
background-color: #5F024E;
}
</style>
border-color css
<style>
span { border-color: #5F024E; }
span { border-color: rgb(95,2,78); }
td.TdClassName
{
border-color: #5F024E;
}
.TagClassName
{
border-color: #5F024E;
}
</style>