Shades of Hot Purple #4F095B
Tints of Hot Purple #4F095B
RGB
CMYK
RGB Variations
Color information
#4F095B (or 0x4F095B) is known color: Hot Purple. HEX triplet: 4F, 09 and 5B. RGB value is (79,9,91). Sum of RGB (Red+Green+Blue) = 79+9+91=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F095B is #B0F6A4. Grayscale: #272727. Windows color (decimal): -11597477 or 5966159. OLE color: 5966159.
HSL color Cylindrical-coordinate representation of color #4F095B: hue angle of 291.22º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F095B is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 9 | 91 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.64 |
| HSL | 291.22º | 0.82% | 0.2% | - |
| HSV(B) | 291.22º | 0.9% | 0.36% | - |
| XYZ | 5.21 | 2.61 | 10.13 | - |
| YUV | 39.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 91 | 0.13 | 0.90 | 0 | 0.64 | 291.22 | 0.82 | 0.2 |
| Hex | 4F | 9 | 5B | D | 5A | 0 | 40 | 123 | 52 | 14 |
| Octal | 117 | 11 | 133 | 15 | 132 | 0 | 100 | 443 | 122 | 24 |
| Binary | 1001111 | 1001 | 1011011 | 1101 | 1011010 | 0 | 1000000 | 100100011 | 1010010 | 10100 |
Color Harmonies of #4F095B
Complementary color
Monochromatic Colors of #4F095B
Black with #4F095B
Text Example
Text Example
White with #4F095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F095B; }
p { color: rgb(79,9,91); }
H1.HeaderClassName
{
color: #4F095B;
}
.AnyTagClassName
{
color: #4F095B;
}
</style>
background-color css
<style>
a { background-color: #4F095B; }
a { background-color: rgb(79,9,91); }
div.DivClassName
{
background-color: #4F095B;
}
.BgClassName
{
background-color: #4F095B;
}
</style>
border-color css
<style>
span { border-color: #4F095B; }
span { border-color: rgb(79,9,91); }
td.TdClassName
{
border-color: #4F095B;
}
.TagClassName
{
border-color: #4F095B;
}
</style>