Shades of Hot Purple #4F0356
Tints of Hot Purple #4F0356
RGB
CMYK
RGB Variations
Color information
#4F0356 (or 0x4F0356) is known color: Hot Purple. HEX triplet: 4F, 03 and 56. RGB value is (79,3,86). Sum of RGB (Red+Green+Blue) = 79+3+86=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #4F0356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0356 is #B0FCA9. Grayscale: #222222. Windows color (decimal): -11599018 or 5636943. OLE color: 5636943.
HSL color Cylindrical-coordinate representation of color #4F0356: hue angle of 294.94º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0356 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 3 | 86 | - |
| CMYK | 0.08 | 0.97 | 0 | 0.66 |
| HSL | 294.94º | 0.93% | 0.17% | - |
| HSV(B) | 294.94º | 0.97% | 0.34% | - |
| XYZ | 4.94 | 2.4 | 9.01 | - |
| YUV | 35.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 86 | 0.08 | 0.97 | 0 | 0.66 | 294.94 | 0.93 | 0.17 |
| Hex | 4F | 3 | 56 | 8 | 61 | 0 | 42 | 127 | 5D | 11 |
| Octal | 117 | 3 | 126 | 10 | 141 | 0 | 102 | 447 | 135 | 21 |
| Binary | 1001111 | 11 | 1010110 | 1000 | 1100001 | 0 | 1000010 | 100100111 | 1011101 | 10001 |
Color Harmonies of #4F0356
Complementary color
Monochromatic Colors of #4F0356
Black with #4F0356
Text Example
Text Example
White with #4F0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0356; }
p { color: rgb(79,3,86); }
H1.HeaderClassName
{
color: #4F0356;
}
.AnyTagClassName
{
color: #4F0356;
}
</style>
background-color css
<style>
a { background-color: #4F0356; }
a { background-color: rgb(79,3,86); }
div.DivClassName
{
background-color: #4F0356;
}
.BgClassName
{
background-color: #4F0356;
}
</style>
border-color css
<style>
span { border-color: #4F0356; }
span { border-color: rgb(79,3,86); }
td.TdClassName
{
border-color: #4F0356;
}
.TagClassName
{
border-color: #4F0356;
}
</style>