Shades of Tyrian Purple #5F002A
Tints of Tyrian Purple #5F002A
RGB
CMYK
RGB Variations
Color information
#5F002A (or 0x5F002A) is known color: Tyrian Purple. HEX triplet: 5F, 00 and 2A. RGB value is (95,0,42). Sum of RGB (Red+Green+Blue) = 95+0+42=137 (18% of max value = 765). Red value is 95 (37.5% from 255 or 69.34% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 95 - color contains mainly: red. Hex color #5F002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F002A is #A0FFD5. Grayscale: #212121. Windows color (decimal): -10551254 or 2752607. OLE color: 2752607.
HSL color Cylindrical-coordinate representation of color #5F002A: hue angle of 333.47º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F002A is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.56 | 0.63 |
| HSL | 333.47º | 1% | 0.19% | - |
| HSV(B) | 333.47º | 1% | 0.37% | - |
| XYZ | 5.14 | 2.6 | 2.42 | - |
| YUV | 33.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 42 | 0 | 1 | 0.56 | 0.63 | 333.47 | 1 | 0.19 |
| Hex | 5F | 0 | 2A | 0 | 64 | 38 | 3F | 14D | 64 | 13 |
| Octal | 137 | 0 | 52 | 0 | 144 | 70 | 77 | 515 | 144 | 23 |
| Binary | 1011111 | 0 | 101010 | 0 | 1100100 | 111000 | 111111 | 101001101 | 1100100 | 10011 |
Color Harmonies of #5F002A
Complementary color
Monochromatic Colors of #5F002A
Black with #5F002A
Text Example
Text Example
White with #5F002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F002A; }
p { color: rgb(95,0,42); }
H1.HeaderClassName
{
color: #5F002A;
}
.AnyTagClassName
{
color: #5F002A;
}
</style>
background-color css
<style>
a { background-color: #5F002A; }
a { background-color: rgb(95,0,42); }
div.DivClassName
{
background-color: #5F002A;
}
.BgClassName
{
background-color: #5F002A;
}
</style>
border-color css
<style>
span { border-color: #5F002A; }
span { border-color: rgb(95,0,42); }
td.TdClassName
{
border-color: #5F002A;
}
.TagClassName
{
border-color: #5F002A;
}
</style>