Shades of Hot Purple #4F125B
Tints of Hot Purple #4F125B
RGB
CMYK
RGB Variations
Color information
#4F125B (or 0x4F125B) is known color: Hot Purple. HEX triplet: 4F, 12 and 5B. RGB value is (79,18,91). Sum of RGB (Red+Green+Blue) = 79+18+91=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F125B is #B0EDA4. Grayscale: #2C2C2C. Windows color (decimal): -11595173 or 5968463. OLE color: 5968463.
HSL color Cylindrical-coordinate representation of color #4F125B: hue angle of 290.14º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F125B is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 18 | 91 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.64 |
| HSL | 290.14º | 0.67% | 0.21% | - |
| HSV(B) | 290.14º | 0.8% | 0.36% | - |
| XYZ | 5.33 | 2.85 | 10.17 | - |
| YUV | 44.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 18 | 91 | 0.13 | 0.80 | 0 | 0.64 | 290.14 | 0.67 | 0.21 |
| Hex | 4F | 12 | 5B | D | 50 | 0 | 40 | 122 | 43 | 15 |
| Octal | 117 | 22 | 133 | 15 | 120 | 0 | 100 | 442 | 103 | 25 |
| Binary | 1001111 | 10010 | 1011011 | 1101 | 1010000 | 0 | 1000000 | 100100010 | 1000011 | 10101 |
Color Harmonies of #4F125B
Complementary color
Monochromatic Colors of #4F125B
Black with #4F125B
Text Example
Text Example
White with #4F125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F125B; }
p { color: rgb(79,18,91); }
H1.HeaderClassName
{
color: #4F125B;
}
.AnyTagClassName
{
color: #4F125B;
}
</style>
background-color css
<style>
a { background-color: #4F125B; }
a { background-color: rgb(79,18,91); }
div.DivClassName
{
background-color: #4F125B;
}
.BgClassName
{
background-color: #4F125B;
}
</style>
border-color css
<style>
span { border-color: #4F125B; }
span { border-color: rgb(79,18,91); }
td.TdClassName
{
border-color: #4F125B;
}
.TagClassName
{
border-color: #4F125B;
}
</style>