Shades of Hot Purple #4F204F
Tints of Hot Purple #4F204F
RGB
CMYK
RGB Variations
Color information
#4F204F (or 0x4F204F) is known color: Hot Purple. HEX triplet: 4F, 20 and 4F. RGB value is (79,32,79). Sum of RGB (Red+Green+Blue) = 79+32+79=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F204F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F204F is #B0DFB0. Grayscale: #333333. Windows color (decimal): -11591601 or 5185615. OLE color: 5185615.
HSL color Cylindrical-coordinate representation of color #4F204F: hue angle of 300º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F204F is Cyan = 0, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 32 | 79 | - |
| CMYK | 0 | 0.59 | 0 | 0.69 |
| HSL | 300º | 0.42% | 0.22% | - |
| HSV(B) | 300º | 0.59% | 0.31% | - |
| XYZ | 5.15 | 3.26 | 7.75 | - |
| YUV | 51.41 | 143.57 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 32 | 79 | 0 | 0.59 | 0 | 0.69 | 300 | 0.42 | 0.22 |
| Hex | 4F | 20 | 4F | 0 | 3B | 0 | 45 | 12C | 2A | 16 |
| Octal | 117 | 40 | 117 | 0 | 73 | 0 | 105 | 454 | 52 | 26 |
| Binary | 1001111 | 100000 | 1001111 | 0 | 111011 | 0 | 1000101 | 100101100 | 101010 | 10110 |
Color Harmonies of #4F204F
Complementary color
Monochromatic Colors of #4F204F
Black with #4F204F
Text Example
Text Example
White with #4F204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F204F; }
p { color: rgb(79,32,79); }
H1.HeaderClassName
{
color: #4F204F;
}
.AnyTagClassName
{
color: #4F204F;
}
</style>
background-color css
<style>
a { background-color: #4F204F; }
a { background-color: rgb(79,32,79); }
div.DivClassName
{
background-color: #4F204F;
}
.BgClassName
{
background-color: #4F204F;
}
</style>
border-color css
<style>
span { border-color: #4F204F; }
span { border-color: rgb(79,32,79); }
td.TdClassName
{
border-color: #4F204F;
}
.TagClassName
{
border-color: #4F204F;
}
</style>