Shades of Hot Purple #4F015B
Tints of Hot Purple #4F015B
RGB
CMYK
RGB Variations
Color information
#4F015B (or 0x4F015B) is known color: Hot Purple. HEX triplet: 4F, 01 and 5B. RGB value is (79,1,91). Sum of RGB (Red+Green+Blue) = 79+1+91=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F015B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F015B is #B0FEA4. Grayscale: #222222. Windows color (decimal): -11599525 or 5964111. OLE color: 5964111.
HSL color Cylindrical-coordinate representation of color #4F015B: hue angle of 292º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F015B is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 1 | 91 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.64 |
| HSL | 292º | 0.98% | 0.18% | - |
| HSV(B) | 292º | 0.99% | 0.36% | - |
| XYZ | 5.12 | 2.44 | 10.1 | - |
| YUV | 34.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 91 | 0.13 | 0.99 | 0 | 0.64 | 292 | 0.98 | 0.18 |
| Hex | 4F | 1 | 5B | D | 63 | 0 | 40 | 124 | 62 | 12 |
| Octal | 117 | 1 | 133 | 15 | 143 | 0 | 100 | 444 | 142 | 22 |
| Binary | 1001111 | 1 | 1011011 | 1101 | 1100011 | 0 | 1000000 | 100100100 | 1100010 | 10010 |
Color Harmonies of #4F015B
Complementary color
Monochromatic Colors of #4F015B
Black with #4F015B
Text Example
Text Example
White with #4F015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F015B; }
p { color: rgb(79,1,91); }
H1.HeaderClassName
{
color: #4F015B;
}
.AnyTagClassName
{
color: #4F015B;
}
</style>
background-color css
<style>
a { background-color: #4F015B; }
a { background-color: rgb(79,1,91); }
div.DivClassName
{
background-color: #4F015B;
}
.BgClassName
{
background-color: #4F015B;
}
</style>
border-color css
<style>
span { border-color: #4F015B; }
span { border-color: rgb(79,1,91); }
td.TdClassName
{
border-color: #4F015B;
}
.TagClassName
{
border-color: #4F015B;
}
</style>