Shades of Hot Purple #4F165C
Tints of Hot Purple #4F165C
RGB
CMYK
RGB Variations
Color information
#4F165C (or 0x4F165C) is known color: Hot Purple. HEX triplet: 4F, 16 and 5C. RGB value is (79,22,92). Sum of RGB (Red+Green+Blue) = 79+22+92=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F165C is #B0E9A3. Grayscale: #2E2E2E. Windows color (decimal): -11594148 or 6035023. OLE color: 6035023.
HSL color Cylindrical-coordinate representation of color #4F165C: hue angle of 288.86º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4F165C is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 22 | 92 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.64 |
| HSL | 288.86º | 0.61% | 0.22% | - |
| HSV(B) | 288.86º | 0.76% | 0.36% | - |
| XYZ | 5.44 | 3.01 | 10.42 | - |
| YUV | 47.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 22 | 92 | 0.14 | 0.76 | 0 | 0.64 | 288.86 | 0.61 | 0.22 |
| Hex | 4F | 16 | 5C | E | 4C | 0 | 40 | 121 | 3D | 16 |
| Octal | 117 | 26 | 134 | 16 | 114 | 0 | 100 | 441 | 75 | 26 |
| Binary | 1001111 | 10110 | 1011100 | 1110 | 1001100 | 0 | 1000000 | 100100001 | 111101 | 10110 |
Color Harmonies of #4F165C
Complementary color
Monochromatic Colors of #4F165C
Black with #4F165C
Text Example
Text Example
White with #4F165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F165C; }
p { color: rgb(79,22,92); }
H1.HeaderClassName
{
color: #4F165C;
}
.AnyTagClassName
{
color: #4F165C;
}
</style>
background-color css
<style>
a { background-color: #4F165C; }
a { background-color: rgb(79,22,92); }
div.DivClassName
{
background-color: #4F165C;
}
.BgClassName
{
background-color: #4F165C;
}
</style>
border-color css
<style>
span { border-color: #4F165C; }
span { border-color: rgb(79,22,92); }
td.TdClassName
{
border-color: #4F165C;
}
.TagClassName
{
border-color: #4F165C;
}
</style>