Shades of Tyrian Purple #5F0C30
Tints of Tyrian Purple #5F0C30
RGB
CMYK
RGB Variations
Color information
#5F0C30 (or 0x5F0C30) is known color: Tyrian Purple. HEX triplet: 5F, 0C and 30. RGB value is (95,12,48). Sum of RGB (Red+Green+Blue) = 95+12+48=155 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.29% from 155); Green value is 12 (5.08% from 255 or 7.74% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0C30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0C30 is #A0F3CF. Grayscale: #282828. Windows color (decimal): -10548176 or 3148895. OLE color: 3148895.
HSL color Cylindrical-coordinate representation of color #5F0C30: hue angle of 333.98º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F0C30 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 12 | 48 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.63 |
| HSL | 333.98º | 0.78% | 0.21% | - |
| HSV(B) | 333.98º | 0.87% | 0.37% | - |
| XYZ | 5.38 | 2.91 | 3.07 | - |
| YUV | 40.92 | 132 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 48 | 0 | 0.87 | 0.49 | 0.63 | 333.98 | 0.78 | 0.21 |
| Hex | 5F | C | 30 | 0 | 57 | 31 | 3F | 14E | 4E | 15 |
| Octal | 137 | 14 | 60 | 0 | 127 | 61 | 77 | 516 | 116 | 25 |
| Binary | 1011111 | 1100 | 110000 | 0 | 1010111 | 110001 | 111111 | 101001110 | 1001110 | 10101 |
Color Harmonies of #5F0C30
Complementary color
Monochromatic Colors of #5F0C30
Black with #5F0C30
Text Example
Text Example
White with #5F0C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0C30; }
p { color: rgb(95,12,48); }
H1.HeaderClassName
{
color: #5F0C30;
}
.AnyTagClassName
{
color: #5F0C30;
}
</style>
background-color css
<style>
a { background-color: #5F0C30; }
a { background-color: rgb(95,12,48); }
div.DivClassName
{
background-color: #5F0C30;
}
.BgClassName
{
background-color: #5F0C30;
}
</style>
border-color css
<style>
span { border-color: #5F0C30; }
span { border-color: rgb(95,12,48); }
td.TdClassName
{
border-color: #5F0C30;
}
.TagClassName
{
border-color: #5F0C30;
}
</style>