Shades of Hot Purple #4F255A
Tints of Hot Purple #4F255A
RGB
CMYK
RGB Variations
Color information
#4F255A (or 0x4F255A) is known color: Hot Purple. HEX triplet: 4F, 25 and 5A. RGB value is (79,37,90). Sum of RGB (Red+Green+Blue) = 79+37+90=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F255A is #B0DAA5. Grayscale: #373737. Windows color (decimal): -11590310 or 5907791. OLE color: 5907791.
HSL color Cylindrical-coordinate representation of color #4F255A: hue angle of 287.55º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F255A is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 37 | 90 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.65 |
| HSL | 287.55º | 0.42% | 0.25% | - |
| HSV(B) | 287.55º | 0.59% | 0.35% | - |
| XYZ | 5.73 | 3.72 | 10.09 | - |
| YUV | 55.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 37 | 90 | 0.12 | 0.59 | 0 | 0.65 | 287.55 | 0.42 | 0.25 |
| Hex | 4F | 25 | 5A | C | 3B | 0 | 41 | 120 | 2A | 19 |
| Octal | 117 | 45 | 132 | 14 | 73 | 0 | 101 | 440 | 52 | 31 |
| Binary | 1001111 | 100101 | 1011010 | 1100 | 111011 | 0 | 1000001 | 100100000 | 101010 | 11001 |
Color Harmonies of #4F255A
Complementary color
Monochromatic Colors of #4F255A
Black with #4F255A
Text Example
Text Example
White with #4F255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F255A; }
p { color: rgb(79,37,90); }
H1.HeaderClassName
{
color: #4F255A;
}
.AnyTagClassName
{
color: #4F255A;
}
</style>
background-color css
<style>
a { background-color: #4F255A; }
a { background-color: rgb(79,37,90); }
div.DivClassName
{
background-color: #4F255A;
}
.BgClassName
{
background-color: #4F255A;
}
</style>
border-color css
<style>
span { border-color: #4F255A; }
span { border-color: rgb(79,37,90); }
td.TdClassName
{
border-color: #4F255A;
}
.TagClassName
{
border-color: #4F255A;
}
</style>