Shades of Tyrian Purple #5F082B
Tints of Tyrian Purple #5F082B
RGB
CMYK
RGB Variations
Color information
#5F082B (or 0x5F082B) is known color: Tyrian Purple. HEX triplet: 5F, 08 and 2B. RGB value is (95,8,43). Sum of RGB (Red+Green+Blue) = 95+8+43=146 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.07% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 43 (17.19% from 255 or 29.45% from 146); Max value from RGB is 95 - color contains mainly: red. Hex color #5F082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F082B is #A0F7D4. Grayscale: #252525. Windows color (decimal): -10549205 or 2820191. OLE color: 2820191.
HSL color Cylindrical-coordinate representation of color #5F082B: hue angle of 335.86º 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 #5F082B is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 8 | 43 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.63 |
| HSL | 335.86º | 0.84% | 0.2% | - |
| HSV(B) | 335.86º | 0.92% | 0.37% | - |
| XYZ | 5.24 | 2.78 | 2.55 | - |
| YUV | 38 | 130.82 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 43 | 0 | 0.92 | 0.55 | 0.63 | 335.86 | 0.84 | 0.2 |
| Hex | 5F | 8 | 2B | 0 | 5C | 37 | 3F | 150 | 54 | 14 |
| Octal | 137 | 10 | 53 | 0 | 134 | 67 | 77 | 520 | 124 | 24 |
| Binary | 1011111 | 1000 | 101011 | 0 | 1011100 | 110111 | 111111 | 101010000 | 1010100 | 10100 |
Color Harmonies of #5F082B
Complementary color
Monochromatic Colors of #5F082B
Black with #5F082B
Text Example
Text Example
White with #5F082B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F082B; }
p { color: rgb(95,8,43); }
H1.HeaderClassName
{
color: #5F082B;
}
.AnyTagClassName
{
color: #5F082B;
}
</style>
background-color css
<style>
a { background-color: #5F082B; }
a { background-color: rgb(95,8,43); }
div.DivClassName
{
background-color: #5F082B;
}
.BgClassName
{
background-color: #5F082B;
}
</style>
border-color css
<style>
span { border-color: #5F082B; }
span { border-color: rgb(95,8,43); }
td.TdClassName
{
border-color: #5F082B;
}
.TagClassName
{
border-color: #5F082B;
}
</style>