Shades of Hot Purple #4F0359
Tints of Hot Purple #4F0359
RGB
CMYK
RGB Variations
Color information
#4F0359 (or 0x4F0359) is known color: Hot Purple. HEX triplet: 4F, 03 and 59. RGB value is (79,3,89). Sum of RGB (Red+Green+Blue) = 79+3+89=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F0359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0359 is #B0FCA6. Grayscale: #232323. Windows color (decimal): -11599015 or 5833551. OLE color: 5833551.
HSL color Cylindrical-coordinate representation of color #4F0359: hue angle of 293.02º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4F0359 is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 3 | 89 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.65 |
| HSL | 293.02º | 0.93% | 0.18% | - |
| HSV(B) | 293.02º | 0.97% | 0.35% | - |
| XYZ | 5.06 | 2.45 | 9.66 | - |
| YUV | 35.53 | 158.18 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 89 | 0.11 | 0.97 | 0 | 0.65 | 293.02 | 0.93 | 0.18 |
| Hex | 4F | 3 | 59 | B | 61 | 0 | 41 | 125 | 5D | 12 |
| Octal | 117 | 3 | 131 | 13 | 141 | 0 | 101 | 445 | 135 | 22 |
| Binary | 1001111 | 11 | 1011001 | 1011 | 1100001 | 0 | 1000001 | 100100101 | 1011101 | 10010 |
Color Harmonies of #4F0359
Complementary color
Monochromatic Colors of #4F0359
Black with #4F0359
Text Example
Text Example
White with #4F0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0359; }
p { color: rgb(79,3,89); }
H1.HeaderClassName
{
color: #4F0359;
}
.AnyTagClassName
{
color: #4F0359;
}
</style>
background-color css
<style>
a { background-color: #4F0359; }
a { background-color: rgb(79,3,89); }
div.DivClassName
{
background-color: #4F0359;
}
.BgClassName
{
background-color: #4F0359;
}
</style>
border-color css
<style>
span { border-color: #4F0359; }
span { border-color: rgb(79,3,89); }
td.TdClassName
{
border-color: #4F0359;
}
.TagClassName
{
border-color: #4F0359;
}
</style>