Shades of Hot Purple #4F2E4E
Tints of Hot Purple #4F2E4E
RGB
CMYK
RGB Variations
Color information
#4F2E4E (or 0x4F2E4E) is known color: Hot Purple. HEX triplet: 4F, 2E and 4E. RGB value is (79,46,78). Sum of RGB (Red+Green+Blue) = 79+46+78=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2E4E is #B0D1B1. Grayscale: #3B3B3B. Windows color (decimal): -11588018 or 5123663. OLE color: 5123663.
HSL color Cylindrical-coordinate representation of color #4F2E4E: hue angle of 301.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F2E4E is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 46 | 78 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.69 |
| HSL | 301.82º | 0.26% | 0.25% | - |
| HSV(B) | 301.82º | 0.42% | 0.31% | - |
| XYZ | 5.58 | 4.17 | 7.72 | - |
| YUV | 59.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 46 | 78 | 0 | 0.42 | 0.01 | 0.69 | 301.82 | 0.26 | 0.25 |
| Hex | 4F | 2E | 4E | 0 | 2A | 1 | 45 | 12E | 1A | 19 |
| Octal | 117 | 56 | 116 | 0 | 52 | 1 | 105 | 456 | 32 | 31 |
| Binary | 1001111 | 101110 | 1001110 | 0 | 101010 | 1 | 1000101 | 100101110 | 11010 | 11001 |
Color Harmonies of #4F2E4E
Complementary color
Monochromatic Colors of #4F2E4E
Black with #4F2E4E
Text Example
Text Example
White with #4F2E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2E4E; }
p { color: rgb(79,46,78); }
H1.HeaderClassName
{
color: #4F2E4E;
}
.AnyTagClassName
{
color: #4F2E4E;
}
</style>
background-color css
<style>
a { background-color: #4F2E4E; }
a { background-color: rgb(79,46,78); }
div.DivClassName
{
background-color: #4F2E4E;
}
.BgClassName
{
background-color: #4F2E4E;
}
</style>
border-color css
<style>
span { border-color: #4F2E4E; }
span { border-color: rgb(79,46,78); }
td.TdClassName
{
border-color: #4F2E4E;
}
.TagClassName
{
border-color: #4F2E4E;
}
</style>