Shades of Tyrian Purple #5F082F
Tints of Tyrian Purple #5F082F
RGB
CMYK
RGB Variations
Color information
#5F082F (or 0x5F082F) is known color: Tyrian Purple. HEX triplet: 5F, 08 and 2F. RGB value is (95,8,47). Sum of RGB (Red+Green+Blue) = 95+8+47=150 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 95 - color contains mainly: red. Hex color #5F082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F082F is #A0F7D0. Grayscale: #262626. Windows color (decimal): -10549201 or 3082335. OLE color: 3082335.
HSL color Cylindrical-coordinate representation of color #5F082F: hue angle of 333.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 #5F082F is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 8 | 47 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.63 |
| HSL | 333.1º | 0.84% | 0.2% | - |
| HSV(B) | 333.1º | 0.92% | 0.37% | - |
| XYZ | 5.32 | 2.81 | 2.95 | - |
| YUV | 38.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 47 | 0 | 0.92 | 0.51 | 0.63 | 333.1 | 0.84 | 0.2 |
| Hex | 5F | 8 | 2F | 0 | 5C | 33 | 3F | 14D | 54 | 14 |
| Octal | 137 | 10 | 57 | 0 | 134 | 63 | 77 | 515 | 124 | 24 |
| Binary | 1011111 | 1000 | 101111 | 0 | 1011100 | 110011 | 111111 | 101001101 | 1010100 | 10100 |
Color Harmonies of #5F082F
Complementary color
Monochromatic Colors of #5F082F
Black with #5F082F
Text Example
Text Example
White with #5F082F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F082F; }
p { color: rgb(95,8,47); }
H1.HeaderClassName
{
color: #5F082F;
}
.AnyTagClassName
{
color: #5F082F;
}
</style>
background-color css
<style>
a { background-color: #5F082F; }
a { background-color: rgb(95,8,47); }
div.DivClassName
{
background-color: #5F082F;
}
.BgClassName
{
background-color: #5F082F;
}
</style>
border-color css
<style>
span { border-color: #5F082F; }
span { border-color: rgb(95,8,47); }
td.TdClassName
{
border-color: #5F082F;
}
.TagClassName
{
border-color: #5F082F;
}
</style>