Shades of Tyrian Purple #5F092C
Tints of Tyrian Purple #5F092C
RGB
CMYK
RGB Variations
Color information
#5F092C (or 0x5F092C) is known color: Tyrian Purple. HEX triplet: 5F, 09 and 2C. RGB value is (95,9,44). Sum of RGB (Red+Green+Blue) = 95+9+44=148 (19% of max value = 765). Red value is 95 (37.5% from 255 or 64.19% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 44 (17.58% from 255 or 29.73% from 148); Max value from RGB is 95 - color contains mainly: red. Hex color #5F092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F092C is #A0F6D3. Grayscale: #262626. Windows color (decimal): -10548948 or 2885983. OLE color: 2885983.
HSL color Cylindrical-coordinate representation of color #5F092C: hue angle of 335.58º 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 #5F092C is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 9 | 44 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.63 |
| HSL | 335.58º | 0.83% | 0.2% | - |
| HSV(B) | 335.58º | 0.91% | 0.37% | - |
| XYZ | 5.27 | 2.81 | 2.65 | - |
| YUV | 38.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 9 | 44 | 0 | 0.91 | 0.54 | 0.63 | 335.58 | 0.83 | 0.2 |
| Hex | 5F | 9 | 2C | 0 | 5B | 36 | 3F | 150 | 53 | 14 |
| Octal | 137 | 11 | 54 | 0 | 133 | 66 | 77 | 520 | 123 | 24 |
| Binary | 1011111 | 1001 | 101100 | 0 | 1011011 | 110110 | 111111 | 101010000 | 1010011 | 10100 |
Color Harmonies of #5F092C
Complementary color
Monochromatic Colors of #5F092C
Black with #5F092C
Text Example
Text Example
White with #5F092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F092C; }
p { color: rgb(95,9,44); }
H1.HeaderClassName
{
color: #5F092C;
}
.AnyTagClassName
{
color: #5F092C;
}
</style>
background-color css
<style>
a { background-color: #5F092C; }
a { background-color: rgb(95,9,44); }
div.DivClassName
{
background-color: #5F092C;
}
.BgClassName
{
background-color: #5F092C;
}
</style>
border-color css
<style>
span { border-color: #5F092C; }
span { border-color: rgb(95,9,44); }
td.TdClassName
{
border-color: #5F092C;
}
.TagClassName
{
border-color: #5F092C;
}
</style>