Shades of Tyrian Purple #4F0135
Tints of Tyrian Purple #4F0135
RGB
CMYK
RGB Variations
Color information
#4F0135 (or 0x4F0135) is known color: Tyrian Purple. HEX triplet: 4F, 01 and 35. RGB value is (79,1,53). Sum of RGB (Red+Green+Blue) = 79+1+53=133 (17% of max value = 765). Red value is 79 (31.25% from 255 or 59.40% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F0135 is #B0FECA. Grayscale: #1E1E1E. Windows color (decimal): -11599563 or 3473743. OLE color: 3473743.
HSL color Cylindrical-coordinate representation of color #4F0135: hue angle of 320º 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 #4F0135 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.69 |
| HSL | 320º | 0.98% | 0.16% | - |
| HSV(B) | 320º | 0.99% | 0.31% | - |
| XYZ | 3.88 | 1.94 | 3.54 | - |
| YUV | 30.25 | 140.84 | 162.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 53 | 0 | 0.99 | 0.33 | 0.69 | 320 | 0.98 | 0.16 |
| Hex | 4F | 1 | 35 | 0 | 63 | 21 | 45 | 140 | 62 | 10 |
| Octal | 117 | 1 | 65 | 0 | 143 | 41 | 105 | 500 | 142 | 20 |
| Binary | 1001111 | 1 | 110101 | 0 | 1100011 | 100001 | 1000101 | 101000000 | 1100010 | 10000 |
Color Harmonies of #4F0135
Complementary color
Monochromatic Colors of #4F0135
Black with #4F0135
Text Example
Text Example
White with #4F0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0135; }
p { color: rgb(79,1,53); }
H1.HeaderClassName
{
color: #4F0135;
}
.AnyTagClassName
{
color: #4F0135;
}
</style>
background-color css
<style>
a { background-color: #4F0135; }
a { background-color: rgb(79,1,53); }
div.DivClassName
{
background-color: #4F0135;
}
.BgClassName
{
background-color: #4F0135;
}
</style>
border-color css
<style>
span { border-color: #4F0135; }
span { border-color: rgb(79,1,53); }
td.TdClassName
{
border-color: #4F0135;
}
.TagClassName
{
border-color: #4F0135;
}
</style>