Shades of Hot Purple #4F085A
Tints of Hot Purple #4F085A
RGB
CMYK
RGB Variations
Color information
#4F085A (or 0x4F085A) is known color: Hot Purple. HEX triplet: 4F, 08 and 5A. RGB value is (79,8,90). Sum of RGB (Red+Green+Blue) = 79+8+90=177 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.63% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F085A is #B0F7A5. Grayscale: #262626. Windows color (decimal): -11597734 or 5900367. OLE color: 5900367.
HSL color Cylindrical-coordinate representation of color #4F085A: hue angle of 291.95º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F085A is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 8 | 90 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.65 |
| HSL | 291.95º | 0.84% | 0.19% | - |
| HSV(B) | 291.95º | 0.91% | 0.35% | - |
| XYZ | 5.16 | 2.57 | 9.9 | - |
| YUV | 38.58 | 157.02 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 90 | 0.12 | 0.91 | 0 | 0.65 | 291.95 | 0.84 | 0.19 |
| Hex | 4F | 8 | 5A | C | 5B | 0 | 41 | 124 | 54 | 13 |
| Octal | 117 | 10 | 132 | 14 | 133 | 0 | 101 | 444 | 124 | 23 |
| Binary | 1001111 | 1000 | 1011010 | 1100 | 1011011 | 0 | 1000001 | 100100100 | 1010100 | 10011 |
Color Harmonies of #4F085A
Complementary color
Monochromatic Colors of #4F085A
Black with #4F085A
Text Example
Text Example
White with #4F085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F085A; }
p { color: rgb(79,8,90); }
H1.HeaderClassName
{
color: #4F085A;
}
.AnyTagClassName
{
color: #4F085A;
}
</style>
background-color css
<style>
a { background-color: #4F085A; }
a { background-color: rgb(79,8,90); }
div.DivClassName
{
background-color: #4F085A;
}
.BgClassName
{
background-color: #4F085A;
}
</style>
border-color css
<style>
span { border-color: #4F085A; }
span { border-color: rgb(79,8,90); }
td.TdClassName
{
border-color: #4F085A;
}
.TagClassName
{
border-color: #4F085A;
}
</style>