Shades of Tyrian Purple #5F092D
Tints of Tyrian Purple #5F092D
RGB
CMYK
RGB Variations
Color information
#5F092D (or 0x5F092D) is known color: Tyrian Purple. HEX triplet: 5F, 09 and 2D. RGB value is (95,9,45). Sum of RGB (Red+Green+Blue) = 95+9+45=149 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.76% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 95 - color contains mainly: red. Hex color #5F092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F092D is #A0F6D2. Grayscale: #262626. Windows color (decimal): -10548947 or 2951519. OLE color: 2951519.
HSL color Cylindrical-coordinate representation of color #5F092D: hue angle of 334.88º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F092D is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 9 | 45 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.63 |
| HSL | 334.88º | 0.83% | 0.2% | - |
| HSV(B) | 334.88º | 0.91% | 0.37% | - |
| XYZ | 5.29 | 2.82 | 2.75 | - |
| YUV | 38.82 | 131.49 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 45 | 0 | 0.91 | 0.53 | 0.63 | 334.88 | 0.83 | 0.2 |
| Hex | 5F | 9 | 2D | 0 | 5B | 35 | 3F | 14F | 53 | 14 |
| Octal | 137 | 11 | 55 | 0 | 133 | 65 | 77 | 517 | 123 | 24 |
| Binary | 1011111 | 1001 | 101101 | 0 | 1011011 | 110101 | 111111 | 101001111 | 1010011 | 10100 |
Color Harmonies of #5F092D
Complementary color
Monochromatic Colors of #5F092D
Black with #5F092D
Text Example
Text Example
White with #5F092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F092D; }
p { color: rgb(95,9,45); }
H1.HeaderClassName
{
color: #5F092D;
}
.AnyTagClassName
{
color: #5F092D;
}
</style>
background-color css
<style>
a { background-color: #5F092D; }
a { background-color: rgb(95,9,45); }
div.DivClassName
{
background-color: #5F092D;
}
.BgClassName
{
background-color: #5F092D;
}
</style>
border-color css
<style>
span { border-color: #5F092D; }
span { border-color: rgb(95,9,45); }
td.TdClassName
{
border-color: #5F092D;
}
.TagClassName
{
border-color: #5F092D;
}
</style>