Shades of Tyrian Purple #4F0237
Tints of Tyrian Purple #4F0237
RGB
CMYK
RGB Variations
Color information
#4F0237 (or 0x4F0237) is known color: Tyrian Purple. HEX triplet: 4F, 02 and 37. RGB value is (79,2,55). Sum of RGB (Red+Green+Blue) = 79+2+55=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0237 is #B0FDC8. Grayscale: #1E1E1E. Windows color (decimal): -11599305 or 3605071. OLE color: 3605071.
HSL color Cylindrical-coordinate representation of color #4F0237: hue angle of 318.7º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0237 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 2 | 55 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.69 |
| HSL | 318.7º | 0.95% | 0.16% | - |
| HSV(B) | 318.7º | 0.97% | 0.31% | - |
| XYZ | 3.94 | 1.98 | 3.79 | - |
| YUV | 31.07 | 141.51 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 55 | 0 | 0.97 | 0.30 | 0.69 | 318.7 | 0.95 | 0.16 |
| Hex | 4F | 2 | 37 | 0 | 61 | 1E | 45 | 13F | 5F | 10 |
| Octal | 117 | 2 | 67 | 0 | 141 | 36 | 105 | 477 | 137 | 20 |
| Binary | 1001111 | 10 | 110111 | 0 | 1100001 | 11110 | 1000101 | 100111111 | 1011111 | 10000 |
Color Harmonies of #4F0237
Complementary color
Monochromatic Colors of #4F0237
Black with #4F0237
Text Example
Text Example
White with #4F0237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0237; }
p { color: rgb(79,2,55); }
H1.HeaderClassName
{
color: #4F0237;
}
.AnyTagClassName
{
color: #4F0237;
}
</style>
background-color css
<style>
a { background-color: #4F0237; }
a { background-color: rgb(79,2,55); }
div.DivClassName
{
background-color: #4F0237;
}
.BgClassName
{
background-color: #4F0237;
}
</style>
border-color css
<style>
span { border-color: #4F0237; }
span { border-color: rgb(79,2,55); }
td.TdClassName
{
border-color: #4F0237;
}
.TagClassName
{
border-color: #4F0237;
}
</style>