Shades of Hot Purple #4F1757
Tints of Hot Purple #4F1757
RGB
CMYK
RGB Variations
Color information
#4F1757 (or 0x4F1757) is known color: Hot Purple. HEX triplet: 4F, 17 and 57. RGB value is (79,23,87). Sum of RGB (Red+Green+Blue) = 79+23+87=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #4F1757 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1757 is #B0E8A8. Grayscale: #2E2E2E. Windows color (decimal): -11593897 or 5707599. OLE color: 5707599.
HSL color Cylindrical-coordinate representation of color #4F1757: hue angle of 292.5º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F1757 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 79 | 23 | 87 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.66 |
| HSL | 292.5º | 0.58% | 0.22% | - |
| HSV(B) | 292.5º | 0.74% | 0.34% | - |
| XYZ | 5.25 | 2.96 | 9.31 | - |
| YUV | 47.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 87 | 0.09 | 0.74 | 0 | 0.66 | 292.5 | 0.58 | 0.22 |
| Hex | 4F | 17 | 57 | 9 | 4A | 0 | 42 | 124 | 3A | 16 |
| Octal | 117 | 27 | 127 | 11 | 112 | 0 | 102 | 444 | 72 | 26 |
| Binary | 1001111 | 10111 | 1010111 | 1001 | 1001010 | 0 | 1000010 | 100100100 | 111010 | 10110 |
Color Harmonies of #4F1757
Complementary color
Monochromatic Colors of #4F1757
Black with #4F1757
Text Example
Text Example
White with #4F1757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1757; }
p { color: rgb(79,23,87); }
H1.HeaderClassName
{
color: #4F1757;
}
.AnyTagClassName
{
color: #4F1757;
}
</style>
background-color css
<style>
a { background-color: #4F1757; }
a { background-color: rgb(79,23,87); }
div.DivClassName
{
background-color: #4F1757;
}
.BgClassName
{
background-color: #4F1757;
}
</style>
border-color css
<style>
span { border-color: #4F1757; }
span { border-color: rgb(79,23,87); }
td.TdClassName
{
border-color: #4F1757;
}
.TagClassName
{
border-color: #4F1757;
}
</style>