Shades of Tyrian Purple #4F0137
Tints of Tyrian Purple #4F0137
RGB
CMYK
RGB Variations
Color information
#4F0137 (or 0x4F0137) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 37. RGB value is (79,1,55). Sum of RGB (Red+Green+Blue) = 79+1+55=135 (17% of max value = 765). Red value is 79 (31.25% from 255 or 58.52% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0137 is #B0FEC8. Grayscale: #1E1E1E. Windows color (decimal): -11599561 or 3604815. OLE color: 3604815.
HSL color Cylindrical-coordinate representation of color #4F0137: hue angle of 318.46º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0137 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 1 | 55 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.69 |
| HSL | 318.46º | 0.98% | 0.16% | - |
| HSV(B) | 318.46º | 0.99% | 0.31% | - |
| XYZ | 3.92 | 1.96 | 3.79 | - |
| YUV | 30.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 55 | 0 | 0.99 | 0.30 | 0.69 | 318.46 | 0.98 | 0.16 |
| Hex | 4F | 1 | 37 | 0 | 63 | 1E | 45 | 13E | 62 | 10 |
| Octal | 117 | 1 | 67 | 0 | 143 | 36 | 105 | 476 | 142 | 20 |
| Binary | 1001111 | 1 | 110111 | 0 | 1100011 | 11110 | 1000101 | 100111110 | 1100010 | 10000 |
Color Harmonies of #4F0137
Complementary color
Monochromatic Colors of #4F0137
Black with #4F0137
Text Example
Text Example
White with #4F0137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0137; }
p { color: rgb(79,1,55); }
H1.HeaderClassName
{
color: #4F0137;
}
.AnyTagClassName
{
color: #4F0137;
}
</style>
background-color css
<style>
a { background-color: #4F0137; }
a { background-color: rgb(79,1,55); }
div.DivClassName
{
background-color: #4F0137;
}
.BgClassName
{
background-color: #4F0137;
}
</style>
border-color css
<style>
span { border-color: #4F0137; }
span { border-color: rgb(79,1,55); }
td.TdClassName
{
border-color: #4F0137;
}
.TagClassName
{
border-color: #4F0137;
}
</style>