Shades of Hot Purple #4F045D
Tints of Hot Purple #4F045D
RGB
CMYK
RGB Variations
Color information
#4F045D (or 0x4F045D) is known color: Hot Purple. HEX triplet: 4F, 04 and 5D. RGB value is (79,4,93). Sum of RGB (Red+Green+Blue) = 79+4+93=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 93 (36.72% from 255 or 52.84% from 176); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F045D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F045D is #B0FBA2. Grayscale: #242424. Windows color (decimal): -11598755 or 6095951. OLE color: 6095951.
HSL color Cylindrical-coordinate representation of color #4F045D: hue angle of 290.56º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F045D is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 4 | 93 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.64 |
| HSL | 290.56º | 0.92% | 0.19% | - |
| HSV(B) | 290.56º | 0.96% | 0.36% | - |
| XYZ | 5.24 | 2.54 | 10.57 | - |
| YUV | 36.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 93 | 0.15 | 0.96 | 0 | 0.64 | 290.56 | 0.92 | 0.19 |
| Hex | 4F | 4 | 5D | F | 60 | 0 | 40 | 123 | 5C | 13 |
| Octal | 117 | 4 | 135 | 17 | 140 | 0 | 100 | 443 | 134 | 23 |
| Binary | 1001111 | 100 | 1011101 | 1111 | 1100000 | 0 | 1000000 | 100100011 | 1011100 | 10011 |
Color Harmonies of #4F045D
Complementary color
Monochromatic Colors of #4F045D
Black with #4F045D
Text Example
Text Example
White with #4F045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F045D; }
p { color: rgb(79,4,93); }
H1.HeaderClassName
{
color: #4F045D;
}
.AnyTagClassName
{
color: #4F045D;
}
</style>
background-color css
<style>
a { background-color: #4F045D; }
a { background-color: rgb(79,4,93); }
div.DivClassName
{
background-color: #4F045D;
}
.BgClassName
{
background-color: #4F045D;
}
</style>
border-color css
<style>
span { border-color: #4F045D; }
span { border-color: rgb(79,4,93); }
td.TdClassName
{
border-color: #4F045D;
}
.TagClassName
{
border-color: #4F045D;
}
</style>