Shades of Hot Purple #4F025C
Tints of Hot Purple #4F025C
RGB
CMYK
RGB Variations
Color information
#4F025C (or 0x4F025C) is known color: Hot Purple. HEX triplet: 4F, 02 and 5C. RGB value is (79,2,92). Sum of RGB (Red+Green+Blue) = 79+2+92=173 (22% of max value = 765). Red value is 79 (31.25% from 255 or 45.66% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F025C is #B0FDA3. Grayscale: #232323. Windows color (decimal): -11599268 or 6029903. OLE color: 6029903.
HSL color Cylindrical-coordinate representation of color #4F025C: hue angle of 291.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F025C is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 2 | 92 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.64 |
| HSL | 291.33º | 0.96% | 0.18% | - |
| HSV(B) | 291.33º | 0.98% | 0.36% | - |
| XYZ | 5.18 | 2.48 | 10.33 | - |
| YUV | 35.28 | 160.01 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 92 | 0.14 | 0.98 | 0 | 0.64 | 291.33 | 0.96 | 0.18 |
| Hex | 4F | 2 | 5C | E | 62 | 0 | 40 | 123 | 60 | 12 |
| Octal | 117 | 2 | 134 | 16 | 142 | 0 | 100 | 443 | 140 | 22 |
| Binary | 1001111 | 10 | 1011100 | 1110 | 1100010 | 0 | 1000000 | 100100011 | 1100000 | 10010 |
Color Harmonies of #4F025C
Complementary color
Monochromatic Colors of #4F025C
Black with #4F025C
Text Example
Text Example
White with #4F025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F025C; }
p { color: rgb(79,2,92); }
H1.HeaderClassName
{
color: #4F025C;
}
.AnyTagClassName
{
color: #4F025C;
}
</style>
background-color css
<style>
a { background-color: #4F025C; }
a { background-color: rgb(79,2,92); }
div.DivClassName
{
background-color: #4F025C;
}
.BgClassName
{
background-color: #4F025C;
}
</style>
border-color css
<style>
span { border-color: #4F025C; }
span { border-color: rgb(79,2,92); }
td.TdClassName
{
border-color: #4F025C;
}
.TagClassName
{
border-color: #4F025C;
}
</style>