Shades of Hot Purple #4F0D5B
Tints of Hot Purple #4F0D5B
RGB
CMYK
RGB Variations
Color information
#4F0D5B (or 0x4F0D5B) is known color: Hot Purple. HEX triplet: 4F, 0D and 5B. RGB value is (79,13,91). Sum of RGB (Red+Green+Blue) = 79+13+91=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F0D5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0D5B is #B0F2A4. Grayscale: #292929. Windows color (decimal): -11596453 or 5967183. OLE color: 5967183.
HSL color Cylindrical-coordinate representation of color #4F0D5B: hue angle of 290.77º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F0D5B is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 13 | 91 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.64 |
| HSL | 290.77º | 0.75% | 0.2% | - |
| HSV(B) | 290.77º | 0.86% | 0.36% | - |
| XYZ | 5.26 | 2.71 | 10.14 | - |
| YUV | 41.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 13 | 91 | 0.13 | 0.86 | 0 | 0.64 | 290.77 | 0.75 | 0.2 |
| Hex | 4F | D | 5B | D | 56 | 0 | 40 | 123 | 4B | 14 |
| Octal | 117 | 15 | 133 | 15 | 126 | 0 | 100 | 443 | 113 | 24 |
| Binary | 1001111 | 1101 | 1011011 | 1101 | 1010110 | 0 | 1000000 | 100100011 | 1001011 | 10100 |
Color Harmonies of #4F0D5B
Complementary color
Monochromatic Colors of #4F0D5B
Black with #4F0D5B
Text Example
Text Example
White with #4F0D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0D5B; }
p { color: rgb(79,13,91); }
H1.HeaderClassName
{
color: #4F0D5B;
}
.AnyTagClassName
{
color: #4F0D5B;
}
</style>
background-color css
<style>
a { background-color: #4F0D5B; }
a { background-color: rgb(79,13,91); }
div.DivClassName
{
background-color: #4F0D5B;
}
.BgClassName
{
background-color: #4F0D5B;
}
</style>
border-color css
<style>
span { border-color: #4F0D5B; }
span { border-color: rgb(79,13,91); }
td.TdClassName
{
border-color: #4F0D5B;
}
.TagClassName
{
border-color: #4F0D5B;
}
</style>