Shades of Hot Purple #4F2652
Tints of Hot Purple #4F2652
RGB
CMYK
RGB Variations
Color information
#4F2652 (or 0x4F2652) is known color: Hot Purple. HEX triplet: 4F, 26 and 52. RGB value is (79,38,82). Sum of RGB (Red+Green+Blue) = 79+38+82=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 82 (32.42% from 255 or 41.21% from 199); Max value from RGB is 82 - color contains mainly: blue. Hex color #4F2652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2652 is #B0D9AD. Grayscale: #373737. Windows color (decimal): -11590062 or 5383759. OLE color: 5383759.
HSL color Cylindrical-coordinate representation of color #4F2652: hue angle of 295.91º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F2652 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 38 | 82 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.68 |
| HSL | 295.91º | 0.37% | 0.24% | - |
| HSV(B) | 295.91º | 0.54% | 0.32% | - |
| XYZ | 5.44 | 3.66 | 8.4 | - |
| YUV | 55.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 82 | 0.04 | 0.54 | 0 | 0.68 | 295.91 | 0.37 | 0.24 |
| Hex | 4F | 26 | 52 | 4 | 36 | 0 | 44 | 128 | 25 | 18 |
| Octal | 117 | 46 | 122 | 4 | 66 | 0 | 104 | 450 | 45 | 30 |
| Binary | 1001111 | 100110 | 1010010 | 100 | 110110 | 0 | 1000100 | 100101000 | 100101 | 11000 |
Color Harmonies of #4F2652
Complementary color
Monochromatic Colors of #4F2652
Black with #4F2652
Text Example
Text Example
White with #4F2652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2652; }
p { color: rgb(79,38,82); }
H1.HeaderClassName
{
color: #4F2652;
}
.AnyTagClassName
{
color: #4F2652;
}
</style>
background-color css
<style>
a { background-color: #4F2652; }
a { background-color: rgb(79,38,82); }
div.DivClassName
{
background-color: #4F2652;
}
.BgClassName
{
background-color: #4F2652;
}
</style>
border-color css
<style>
span { border-color: #4F2652; }
span { border-color: rgb(79,38,82); }
td.TdClassName
{
border-color: #4F2652;
}
.TagClassName
{
border-color: #4F2652;
}
</style>