Shades of Tyrian Purple #5F044F
Tints of Tyrian Purple #5F044F
RGB
CMYK
RGB Variations
Color information
#5F044F (or 0x5F044F) is known color: Tyrian Purple. HEX triplet: 5F, 04 and 4F. RGB value is (95,4,79). Sum of RGB (Red+Green+Blue) = 95+4+79=178 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.37% from 178); Green value is 4 (1.95% from 255 or 2.25% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 95 - color contains mainly: red. Hex color #5F044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F044F is #A0FBB0. Grayscale: #272727. Windows color (decimal): -10550193 or 5178463. OLE color: 5178463.
HSL color Cylindrical-coordinate representation of color #5F044F: hue angle of 310.55º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F044F is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 4 | 79 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.63 |
| HSL | 310.55º | 0.92% | 0.19% | - |
| HSV(B) | 310.55º | 0.96% | 0.37% | - |
| XYZ | 6.17 | 3.08 | 7.67 | - |
| YUV | 39.76 | 150.15 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 4 | 79 | 0 | 0.96 | 0.17 | 0.63 | 310.55 | 0.92 | 0.19 |
| Hex | 5F | 4 | 4F | 0 | 60 | 11 | 3F | 137 | 5C | 13 |
| Octal | 137 | 4 | 117 | 0 | 140 | 21 | 77 | 467 | 134 | 23 |
| Binary | 1011111 | 100 | 1001111 | 0 | 1100000 | 10001 | 111111 | 100110111 | 1011100 | 10011 |
Color Harmonies of #5F044F
Complementary color
Monochromatic Colors of #5F044F
Black with #5F044F
Text Example
Text Example
White with #5F044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F044F; }
p { color: rgb(95,4,79); }
H1.HeaderClassName
{
color: #5F044F;
}
.AnyTagClassName
{
color: #5F044F;
}
</style>
background-color css
<style>
a { background-color: #5F044F; }
a { background-color: rgb(95,4,79); }
div.DivClassName
{
background-color: #5F044F;
}
.BgClassName
{
background-color: #5F044F;
}
</style>
border-color css
<style>
span { border-color: #5F044F; }
span { border-color: rgb(95,4,79); }
td.TdClassName
{
border-color: #5F044F;
}
.TagClassName
{
border-color: #5F044F;
}
</style>