Shades of Hot Purple #4F0A4E
Tints of Hot Purple #4F0A4E
RGB
CMYK
RGB Variations
Color information
#4F0A4E (or 0x4F0A4E) is known color: Hot Purple. HEX triplet: 4F, 0A and 4E. RGB value is (79,10,78). Sum of RGB (Red+Green+Blue) = 79+10+78=167 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.31% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0A4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0A4E is #B0F5B1. Grayscale: #262626. Windows color (decimal): -11597234 or 5114447. OLE color: 5114447.
HSL color Cylindrical-coordinate representation of color #4F0A4E: hue angle of 300.87º degrees, saturation: 0.78, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4F0A4E is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 10 | 78 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.69 |
| HSL | 300.87º | 0.78% | 0.17% | - |
| HSV(B) | 300.87º | 0.87% | 0.31% | - |
| XYZ | 4.71 | 2.43 | 7.43 | - |
| YUV | 38.38 | 150.36 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 10 | 78 | 0 | 0.87 | 0.01 | 0.69 | 300.87 | 0.78 | 0.17 |
| Hex | 4F | A | 4E | 0 | 57 | 1 | 45 | 12D | 4E | 11 |
| Octal | 117 | 12 | 116 | 0 | 127 | 1 | 105 | 455 | 116 | 21 |
| Binary | 1001111 | 1010 | 1001110 | 0 | 1010111 | 1 | 1000101 | 100101101 | 1001110 | 10001 |
Color Harmonies of #4F0A4E
Complementary color
Monochromatic Colors of #4F0A4E
Black with #4F0A4E
Text Example
Text Example
White with #4F0A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0A4E; }
p { color: rgb(79,10,78); }
H1.HeaderClassName
{
color: #4F0A4E;
}
.AnyTagClassName
{
color: #4F0A4E;
}
</style>
background-color css
<style>
a { background-color: #4F0A4E; }
a { background-color: rgb(79,10,78); }
div.DivClassName
{
background-color: #4F0A4E;
}
.BgClassName
{
background-color: #4F0A4E;
}
</style>
border-color css
<style>
span { border-color: #4F0A4E; }
span { border-color: rgb(79,10,78); }
td.TdClassName
{
border-color: #4F0A4E;
}
.TagClassName
{
border-color: #4F0A4E;
}
</style>