Shades of Hot Purple #4F075C
Tints of Hot Purple #4F075C
RGB
CMYK
RGB Variations
Color information
#4F075C (or 0x4F075C) is known color: Hot Purple. HEX triplet: 4F, 07 and 5C. RGB value is (79,7,92). Sum of RGB (Red+Green+Blue) = 79+7+92=178 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.38% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 92 (36.33% from 255 or 51.69% from 178); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F075C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F075C is #B0F8A3. Grayscale: #252525. Windows color (decimal): -11597988 or 6031183. OLE color: 6031183.
HSL color Cylindrical-coordinate representation of color #4F075C: hue angle of 290.82º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F075C is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 7 | 92 | - |
| CMYK | 0.14 | 0.92 | 0 | 0.64 |
| HSL | 290.82º | 0.86% | 0.19% | - |
| HSV(B) | 290.82º | 0.92% | 0.36% | - |
| XYZ | 5.23 | 2.59 | 10.35 | - |
| YUV | 38.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 92 | 0.14 | 0.92 | 0 | 0.64 | 290.82 | 0.86 | 0.19 |
| Hex | 4F | 7 | 5C | E | 5C | 0 | 40 | 123 | 56 | 13 |
| Octal | 117 | 7 | 134 | 16 | 134 | 0 | 100 | 443 | 126 | 23 |
| Binary | 1001111 | 111 | 1011100 | 1110 | 1011100 | 0 | 1000000 | 100100011 | 1010110 | 10011 |
Color Harmonies of #4F075C
Complementary color
Monochromatic Colors of #4F075C
Black with #4F075C
Text Example
Text Example
White with #4F075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F075C; }
p { color: rgb(79,7,92); }
H1.HeaderClassName
{
color: #4F075C;
}
.AnyTagClassName
{
color: #4F075C;
}
</style>
background-color css
<style>
a { background-color: #4F075C; }
a { background-color: rgb(79,7,92); }
div.DivClassName
{
background-color: #4F075C;
}
.BgClassName
{
background-color: #4F075C;
}
</style>
border-color css
<style>
span { border-color: #4F075C; }
span { border-color: rgb(79,7,92); }
td.TdClassName
{
border-color: #4F075C;
}
.TagClassName
{
border-color: #4F075C;
}
</style>