Shades of Hot Purple #4F2A4E
Tints of Hot Purple #4F2A4E
RGB
CMYK
RGB Variations
Color information
#4F2A4E (or 0x4F2A4E) is known color: Hot Purple. HEX triplet: 4F, 2A and 4E. RGB value is (79,42,78). Sum of RGB (Red+Green+Blue) = 79+42+78=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 78 (30.86% from 255 or 39.20% from 199); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2A4E is #B0D5B1. Grayscale: #393939. Windows color (decimal): -11589042 or 5122639. OLE color: 5122639.
HSL color Cylindrical-coordinate representation of color #4F2A4E: hue angle of 301.62º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F2A4E is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 42 | 78 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.69 |
| HSL | 301.62º | 0.31% | 0.24% | - |
| HSV(B) | 301.62º | 0.47% | 0.31% | - |
| XYZ | 5.43 | 3.87 | 7.67 | - |
| YUV | 57.17 | 139.76 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 42 | 78 | 0 | 0.47 | 0.01 | 0.69 | 301.62 | 0.31 | 0.24 |
| Hex | 4F | 2A | 4E | 0 | 2F | 1 | 45 | 12E | 1F | 18 |
| Octal | 117 | 52 | 116 | 0 | 57 | 1 | 105 | 456 | 37 | 30 |
| Binary | 1001111 | 101010 | 1001110 | 0 | 101111 | 1 | 1000101 | 100101110 | 11111 | 11000 |
Color Harmonies of #4F2A4E
Complementary color
Monochromatic Colors of #4F2A4E
Black with #4F2A4E
Text Example
Text Example
White with #4F2A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2A4E; }
p { color: rgb(79,42,78); }
H1.HeaderClassName
{
color: #4F2A4E;
}
.AnyTagClassName
{
color: #4F2A4E;
}
</style>
background-color css
<style>
a { background-color: #4F2A4E; }
a { background-color: rgb(79,42,78); }
div.DivClassName
{
background-color: #4F2A4E;
}
.BgClassName
{
background-color: #4F2A4E;
}
</style>
border-color css
<style>
span { border-color: #4F2A4E; }
span { border-color: rgb(79,42,78); }
td.TdClassName
{
border-color: #4F2A4E;
}
.TagClassName
{
border-color: #4F2A4E;
}
</style>