Shades of Hot Purple #4F094C
Tints of Hot Purple #4F094C
RGB
CMYK
RGB Variations
Color information
#4F094C (or 0x4F094C) is known color: Hot Purple. HEX triplet: 4F, 09 and 4C. RGB value is (79,9,76). Sum of RGB (Red+Green+Blue) = 79+9+76=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 9 (3.91% from 255 or 5.49% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F094C is #B0F6B3. Grayscale: #252525. Windows color (decimal): -11597492 or 4983119. OLE color: 4983119.
HSL color Cylindrical-coordinate representation of color #4F094C: hue angle of 302.57º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F094C is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 9 | 76 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.69 |
| HSL | 302.57º | 0.8% | 0.17% | - |
| HSV(B) | 302.57º | 0.89% | 0.31% | - |
| XYZ | 4.63 | 2.38 | 7.05 | - |
| YUV | 37.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 76 | 0 | 0.89 | 0.04 | 0.69 | 302.57 | 0.8 | 0.17 |
| Hex | 4F | 9 | 4C | 0 | 59 | 4 | 45 | 12F | 50 | 11 |
| Octal | 117 | 11 | 114 | 0 | 131 | 4 | 105 | 457 | 120 | 21 |
| Binary | 1001111 | 1001 | 1001100 | 0 | 1011001 | 100 | 1000101 | 100101111 | 1010000 | 10001 |
Color Harmonies of #4F094C
Complementary color
Monochromatic Colors of #4F094C
Black with #4F094C
Text Example
Text Example
White with #4F094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F094C; }
p { color: rgb(79,9,76); }
H1.HeaderClassName
{
color: #4F094C;
}
.AnyTagClassName
{
color: #4F094C;
}
</style>
background-color css
<style>
a { background-color: #4F094C; }
a { background-color: rgb(79,9,76); }
div.DivClassName
{
background-color: #4F094C;
}
.BgClassName
{
background-color: #4F094C;
}
</style>
border-color css
<style>
span { border-color: #4F094C; }
span { border-color: rgb(79,9,76); }
td.TdClassName
{
border-color: #4F094C;
}
.TagClassName
{
border-color: #4F094C;
}
</style>