Shades of Hot Purple #4F2956
Tints of Hot Purple #4F2956
RGB
CMYK
RGB Variations
Color information
#4F2956 (or 0x4F2956) is known color: Hot Purple. HEX triplet: 4F, 29 and 56. RGB value is (79,41,86). Sum of RGB (Red+Green+Blue) = 79+41+86=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #4F2956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2956 is #B0D6A9. Grayscale: #393939. Windows color (decimal): -11589290 or 5646671. OLE color: 5646671.
HSL color Cylindrical-coordinate representation of color #4F2956: hue angle of 290.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F2956 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 41 | 86 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.66 |
| HSL | 290.67º | 0.35% | 0.25% | - |
| HSV(B) | 290.67º | 0.52% | 0.34% | - |
| XYZ | 5.7 | 3.92 | 9.26 | - |
| YUV | 57.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 86 | 0.08 | 0.52 | 0 | 0.66 | 290.67 | 0.35 | 0.25 |
| Hex | 4F | 29 | 56 | 8 | 34 | 0 | 42 | 123 | 23 | 19 |
| Octal | 117 | 51 | 126 | 10 | 64 | 0 | 102 | 443 | 43 | 31 |
| Binary | 1001111 | 101001 | 1010110 | 1000 | 110100 | 0 | 1000010 | 100100011 | 100011 | 11001 |
Color Harmonies of #4F2956
Complementary color
Monochromatic Colors of #4F2956
Black with #4F2956
Text Example
Text Example
White with #4F2956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2956; }
p { color: rgb(79,41,86); }
H1.HeaderClassName
{
color: #4F2956;
}
.AnyTagClassName
{
color: #4F2956;
}
</style>
background-color css
<style>
a { background-color: #4F2956; }
a { background-color: rgb(79,41,86); }
div.DivClassName
{
background-color: #4F2956;
}
.BgClassName
{
background-color: #4F2956;
}
</style>
border-color css
<style>
span { border-color: #4F2956; }
span { border-color: rgb(79,41,86); }
td.TdClassName
{
border-color: #4F2956;
}
.TagClassName
{
border-color: #4F2956;
}
</style>