Shades of Hot Purple #4F3251
Tints of Hot Purple #4F3251
RGB
CMYK
RGB Variations
Color information
#4F3251 (or 0x4F3251) is known color: Hot Purple. HEX triplet: 4F, 32 and 51. RGB value is (79,50,81). Sum of RGB (Red+Green+Blue) = 79+50+81=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F3251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3251 is #B0CDAE. Grayscale: #3E3E3E. Windows color (decimal): -11586991 or 5321295. OLE color: 5321295.
HSL color Cylindrical-coordinate representation of color #4F3251: hue angle of 296.13º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4F3251 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 50 | 81 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.68 |
| HSL | 296.13º | 0.24% | 0.26% | - |
| HSV(B) | 296.13º | 0.38% | 0.32% | - |
| XYZ | 5.85 | 4.54 | 8.35 | - |
| YUV | 62.21 | 138.61 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 81 | 0.02 | 0.38 | 0 | 0.68 | 296.13 | 0.24 | 0.26 |
| Hex | 4F | 32 | 51 | 2 | 26 | 0 | 44 | 128 | 18 | 1A |
| Octal | 117 | 62 | 121 | 2 | 46 | 0 | 104 | 450 | 30 | 32 |
| Binary | 1001111 | 110010 | 1010001 | 10 | 100110 | 0 | 1000100 | 100101000 | 11000 | 11010 |
Color Harmonies of #4F3251
Complementary color
Monochromatic Colors of #4F3251
Black with #4F3251
Text Example
Text Example
White with #4F3251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F3251; }
p { color: rgb(79,50,81); }
H1.HeaderClassName
{
color: #4F3251;
}
.AnyTagClassName
{
color: #4F3251;
}
</style>
background-color css
<style>
a { background-color: #4F3251; }
a { background-color: rgb(79,50,81); }
div.DivClassName
{
background-color: #4F3251;
}
.BgClassName
{
background-color: #4F3251;
}
</style>
border-color css
<style>
span { border-color: #4F3251; }
span { border-color: rgb(79,50,81); }
td.TdClassName
{
border-color: #4F3251;
}
.TagClassName
{
border-color: #4F3251;
}
</style>