Shades of Hot Purple #4F2B4E
Tints of Hot Purple #4F2B4E
RGB
CMYK
RGB Variations
Color information
#4F2B4E (or 0x4F2B4E) is known color: Hot Purple. HEX triplet: 4F, 2B and 4E. RGB value is (79,43,78). Sum of RGB (Red+Green+Blue) = 79+43+78=200 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.5% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2B4E is #B0D4B1. Grayscale: #393939. Windows color (decimal): -11588786 or 5122895. OLE color: 5122895.
HSL color Cylindrical-coordinate representation of color #4F2B4E: hue angle of 301.67º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F2B4E is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 43 | 78 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.69 |
| HSL | 301.67º | 0.3% | 0.24% | - |
| HSV(B) | 301.67º | 0.46% | 0.31% | - |
| XYZ | 5.46 | 3.94 | 7.68 | - |
| YUV | 57.75 | 139.43 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 43 | 78 | 0 | 0.46 | 0.01 | 0.69 | 301.67 | 0.3 | 0.24 |
| Hex | 4F | 2B | 4E | 0 | 2E | 1 | 45 | 12E | 1E | 18 |
| Octal | 117 | 53 | 116 | 0 | 56 | 1 | 105 | 456 | 36 | 30 |
| Binary | 1001111 | 101011 | 1001110 | 0 | 101110 | 1 | 1000101 | 100101110 | 11110 | 11000 |
Color Harmonies of #4F2B4E
Complementary color
Monochromatic Colors of #4F2B4E
Black with #4F2B4E
Text Example
Text Example
White with #4F2B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2B4E; }
p { color: rgb(79,43,78); }
H1.HeaderClassName
{
color: #4F2B4E;
}
.AnyTagClassName
{
color: #4F2B4E;
}
</style>
background-color css
<style>
a { background-color: #4F2B4E; }
a { background-color: rgb(79,43,78); }
div.DivClassName
{
background-color: #4F2B4E;
}
.BgClassName
{
background-color: #4F2B4E;
}
</style>
border-color css
<style>
span { border-color: #4F2B4E; }
span { border-color: rgb(79,43,78); }
td.TdClassName
{
border-color: #4F2B4E;
}
.TagClassName
{
border-color: #4F2B4E;
}
</style>