Shades of Tyrian Purple #5F084C
Tints of Tyrian Purple #5F084C
RGB
CMYK
RGB Variations
Color information
#5F084C (or 0x5F084C) is known color: Tyrian Purple. HEX triplet: 5F, 08 and 4C. RGB value is (95,8,76). Sum of RGB (Red+Green+Blue) = 95+8+76=179 (23% of max value = 765). Red value is 95 (37.5% from 255 or 53.07% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 95 - color contains mainly: red. Hex color #5F084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F084C is #A0F7B3. Grayscale: #292929. Windows color (decimal): -10549172 or 4982879. OLE color: 4982879.
HSL color Cylindrical-coordinate representation of color #5F084C: hue angle of 313.1º 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 #5F084C is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 8 | 76 | - |
| CMYK | 0 | 0.92 | 0.20 | 0.63 |
| HSL | 313.1º | 0.84% | 0.2% | - |
| HSV(B) | 313.1º | 0.92% | 0.37% | - |
| XYZ | 6.11 | 3.13 | 7.12 | - |
| YUV | 41.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 76 | 0 | 0.92 | 0.20 | 0.63 | 313.1 | 0.84 | 0.2 |
| Hex | 5F | 8 | 4C | 0 | 5C | 14 | 3F | 139 | 54 | 14 |
| Octal | 137 | 10 | 114 | 0 | 134 | 24 | 77 | 471 | 124 | 24 |
| Binary | 1011111 | 1000 | 1001100 | 0 | 1011100 | 10100 | 111111 | 100111001 | 1010100 | 10100 |
Color Harmonies of #5F084C
Complementary color
Monochromatic Colors of #5F084C
Black with #5F084C
Text Example
Text Example
White with #5F084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F084C; }
p { color: rgb(95,8,76); }
H1.HeaderClassName
{
color: #5F084C;
}
.AnyTagClassName
{
color: #5F084C;
}
</style>
background-color css
<style>
a { background-color: #5F084C; }
a { background-color: rgb(95,8,76); }
div.DivClassName
{
background-color: #5F084C;
}
.BgClassName
{
background-color: #5F084C;
}
</style>
border-color css
<style>
span { border-color: #5F084C; }
span { border-color: rgb(95,8,76); }
td.TdClassName
{
border-color: #5F084C;
}
.TagClassName
{
border-color: #5F084C;
}
</style>