Shades of Hot Purple #4F175B
Tints of Hot Purple #4F175B
RGB
CMYK
RGB Variations
Color information
#4F175B (or 0x4F175B) is known color: Hot Purple. HEX triplet: 4F, 17 and 5B. RGB value is (79,23,91). Sum of RGB (Red+Green+Blue) = 79+23+91=193 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.93% from 193); Green value is 23 (9.38% from 255 or 11.92% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F175B is #B0E8A4. Grayscale: #2F2F2F. Windows color (decimal): -11593893 or 5969743. OLE color: 5969743.
HSL color Cylindrical-coordinate representation of color #4F175B: hue angle of 289.41º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F175B is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 23 | 91 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.64 |
| HSL | 289.41º | 0.6% | 0.22% | - |
| HSV(B) | 289.41º | 0.75% | 0.36% | - |
| XYZ | 5.42 | 3.03 | 10.2 | - |
| YUV | 47.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 91 | 0.13 | 0.75 | 0 | 0.64 | 289.41 | 0.6 | 0.22 |
| Hex | 4F | 17 | 5B | D | 4B | 0 | 40 | 121 | 3C | 16 |
| Octal | 117 | 27 | 133 | 15 | 113 | 0 | 100 | 441 | 74 | 26 |
| Binary | 1001111 | 10111 | 1011011 | 1101 | 1001011 | 0 | 1000000 | 100100001 | 111100 | 10110 |
Color Harmonies of #4F175B
Complementary color
Monochromatic Colors of #4F175B
Black with #4F175B
Text Example
Text Example
White with #4F175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F175B; }
p { color: rgb(79,23,91); }
H1.HeaderClassName
{
color: #4F175B;
}
.AnyTagClassName
{
color: #4F175B;
}
</style>
background-color css
<style>
a { background-color: #4F175B; }
a { background-color: rgb(79,23,91); }
div.DivClassName
{
background-color: #4F175B;
}
.BgClassName
{
background-color: #4F175B;
}
</style>
border-color css
<style>
span { border-color: #4F175B; }
span { border-color: rgb(79,23,91); }
td.TdClassName
{
border-color: #4F175B;
}
.TagClassName
{
border-color: #4F175B;
}
</style>