Shades of Tyrian Purple #5F0830
Tints of Tyrian Purple #5F0830
RGB
CMYK
RGB Variations
Color information
#5F0830 (or 0x5F0830) is known color: Tyrian Purple. HEX triplet: 5F, 08 and 30. RGB value is (95,8,48). Sum of RGB (Red+Green+Blue) = 95+8+48=151 (20% of max value = 765). Red value is 95 (37.5% from 255 or 62.91% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0830 is #A0F7CF. Grayscale: #262626. Windows color (decimal): -10549200 or 3147871. OLE color: 3147871.
HSL color Cylindrical-coordinate representation of color #5F0830: hue angle of 332.41º 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 #5F0830 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 8 | 48 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.63 |
| HSL | 332.41º | 0.84% | 0.2% | - |
| HSV(B) | 332.41º | 0.92% | 0.37% | - |
| XYZ | 5.34 | 2.82 | 3.06 | - |
| YUV | 38.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 48 | 0 | 0.92 | 0.49 | 0.63 | 332.41 | 0.84 | 0.2 |
| Hex | 5F | 8 | 30 | 0 | 5C | 31 | 3F | 14C | 54 | 14 |
| Octal | 137 | 10 | 60 | 0 | 134 | 61 | 77 | 514 | 124 | 24 |
| Binary | 1011111 | 1000 | 110000 | 0 | 1011100 | 110001 | 111111 | 101001100 | 1010100 | 10100 |
Color Harmonies of #5F0830
Complementary color
Monochromatic Colors of #5F0830
Black with #5F0830
Text Example
Text Example
White with #5F0830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0830; }
p { color: rgb(95,8,48); }
H1.HeaderClassName
{
color: #5F0830;
}
.AnyTagClassName
{
color: #5F0830;
}
</style>
background-color css
<style>
a { background-color: #5F0830; }
a { background-color: rgb(95,8,48); }
div.DivClassName
{
background-color: #5F0830;
}
.BgClassName
{
background-color: #5F0830;
}
</style>
border-color css
<style>
span { border-color: #5F0830; }
span { border-color: rgb(95,8,48); }
td.TdClassName
{
border-color: #5F0830;
}
.TagClassName
{
border-color: #5F0830;
}
</style>