Shades of Hot Purple #4F155C
Tints of Hot Purple #4F155C
RGB
CMYK
RGB Variations
Color information
#4F155C (or 0x4F155C) is known color: Hot Purple. HEX triplet: 4F, 15 and 5C. RGB value is (79,21,92). Sum of RGB (Red+Green+Blue) = 79+21+92=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F155C is #B0EAA3. Grayscale: #2E2E2E. Windows color (decimal): -11594404 or 6034767. OLE color: 6034767.
HSL color Cylindrical-coordinate representation of color #4F155C: hue angle of 289.01º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4F155C is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 21 | 92 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.64 |
| HSL | 289.01º | 0.63% | 0.22% | - |
| HSV(B) | 289.01º | 0.77% | 0.36% | - |
| XYZ | 5.42 | 2.97 | 10.41 | - |
| YUV | 46.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 92 | 0.14 | 0.77 | 0 | 0.64 | 289.01 | 0.63 | 0.22 |
| Hex | 4F | 15 | 5C | E | 4D | 0 | 40 | 121 | 3F | 16 |
| Octal | 117 | 25 | 134 | 16 | 115 | 0 | 100 | 441 | 77 | 26 |
| Binary | 1001111 | 10101 | 1011100 | 1110 | 1001101 | 0 | 1000000 | 100100001 | 111111 | 10110 |
Color Harmonies of #4F155C
Complementary color
Monochromatic Colors of #4F155C
Black with #4F155C
Text Example
Text Example
White with #4F155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F155C; }
p { color: rgb(79,21,92); }
H1.HeaderClassName
{
color: #4F155C;
}
.AnyTagClassName
{
color: #4F155C;
}
</style>
background-color css
<style>
a { background-color: #4F155C; }
a { background-color: rgb(79,21,92); }
div.DivClassName
{
background-color: #4F155C;
}
.BgClassName
{
background-color: #4F155C;
}
</style>
border-color css
<style>
span { border-color: #4F155C; }
span { border-color: rgb(79,21,92); }
td.TdClassName
{
border-color: #4F155C;
}
.TagClassName
{
border-color: #4F155C;
}
</style>