Shades of Hot Purple #4F0351
Tints of Hot Purple #4F0351
RGB
CMYK
RGB Variations
Color information
#4F0351 (or 0x4F0351) is known color: Hot Purple. HEX triplet: 4F, 03 and 51. RGB value is (79,3,81). Sum of RGB (Red+Green+Blue) = 79+3+81=163 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.47% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 81 (32.03% from 255 or 49.69% from 163); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F0351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0351 is #B0FCAE. Grayscale: #222222. Windows color (decimal): -11599023 or 5309263. OLE color: 5309263.
HSL color Cylindrical-coordinate representation of color #4F0351: hue angle of 298.46º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F0351 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 3 | 81 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.68 |
| HSL | 298.46º | 0.93% | 0.16% | - |
| HSV(B) | 298.46º | 0.96% | 0.32% | - |
| XYZ | 4.74 | 2.32 | 7.98 | - |
| YUV | 34.62 | 154.18 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 3 | 81 | 0.02 | 0.96 | 0 | 0.68 | 298.46 | 0.93 | 0.16 |
| Hex | 4F | 3 | 51 | 2 | 60 | 0 | 44 | 12A | 5D | 10 |
| Octal | 117 | 3 | 121 | 2 | 140 | 0 | 104 | 452 | 135 | 20 |
| Binary | 1001111 | 11 | 1010001 | 10 | 1100000 | 0 | 1000100 | 100101010 | 1011101 | 10000 |
Color Harmonies of #4F0351
Complementary color
Monochromatic Colors of #4F0351
Black with #4F0351
Text Example
Text Example
White with #4F0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0351; }
p { color: rgb(79,3,81); }
H1.HeaderClassName
{
color: #4F0351;
}
.AnyTagClassName
{
color: #4F0351;
}
</style>
background-color css
<style>
a { background-color: #4F0351; }
a { background-color: rgb(79,3,81); }
div.DivClassName
{
background-color: #4F0351;
}
.BgClassName
{
background-color: #4F0351;
}
</style>
border-color css
<style>
span { border-color: #4F0351; }
span { border-color: rgb(79,3,81); }
td.TdClassName
{
border-color: #4F0351;
}
.TagClassName
{
border-color: #4F0351;
}
</style>