Shades of Hot Purple #4F2251
Tints of Hot Purple #4F2251
RGB
CMYK
RGB Variations
Color information
#4F2251 (or 0x4F2251) is known color: Hot Purple. HEX triplet: 4F, 22 and 51. RGB value is (79,34,81). Sum of RGB (Red+Green+Blue) = 79+34+81=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F2251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2251 is #B0DDAE. Grayscale: #343434. Windows color (decimal): -11591087 or 5317199. OLE color: 5317199.
HSL color Cylindrical-coordinate representation of color #4F2251: hue angle of 297.45º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F2251 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 34 | 81 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.68 |
| HSL | 297.45º | 0.41% | 0.23% | - |
| HSV(B) | 297.45º | 0.58% | 0.32% | - |
| XYZ | 5.28 | 3.4 | 8.16 | - |
| YUV | 52.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 34 | 81 | 0.02 | 0.58 | 0 | 0.68 | 297.45 | 0.41 | 0.23 |
| Hex | 4F | 22 | 51 | 2 | 3A | 0 | 44 | 129 | 29 | 17 |
| Octal | 117 | 42 | 121 | 2 | 72 | 0 | 104 | 451 | 51 | 27 |
| Binary | 1001111 | 100010 | 1010001 | 10 | 111010 | 0 | 1000100 | 100101001 | 101001 | 10111 |
Color Harmonies of #4F2251
Complementary color
Monochromatic Colors of #4F2251
Black with #4F2251
Text Example
Text Example
White with #4F2251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2251; }
p { color: rgb(79,34,81); }
H1.HeaderClassName
{
color: #4F2251;
}
.AnyTagClassName
{
color: #4F2251;
}
</style>
background-color css
<style>
a { background-color: #4F2251; }
a { background-color: rgb(79,34,81); }
div.DivClassName
{
background-color: #4F2251;
}
.BgClassName
{
background-color: #4F2251;
}
</style>
border-color css
<style>
span { border-color: #4F2251; }
span { border-color: rgb(79,34,81); }
td.TdClassName
{
border-color: #4F2251;
}
.TagClassName
{
border-color: #4F2251;
}
</style>