Shades of Han Purple #4F0ED7
Tints of Han Purple #4F0ED7
RGB
CMYK
RGB Variations
Color information
#4F0ED7 (or 0x4F0ED7) is known color: Han Purple. HEX triplet: 4F, 0E and D7. RGB value is (79,14,215). Sum of RGB (Red+Green+Blue) = 79+14+215=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 215 (84.38% from 255 or 69.81% from 308); Max value from RGB is 215 - color contains mainly: blue. Hex color #4F0ED7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F0ED7 is #B0F128. Grayscale: #373737. Windows color (decimal): -11596073 or 14093903. OLE color: 14093903.
HSL color Cylindrical-coordinate representation of color #4F0ED7: hue angle of 259.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F0ED7 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 79 | 14 | 215 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.16 |
| HSL | 259.4º | 0.88% | 0.45% | - |
| HSV(B) | 259.4º | 0.93% | 0.84% | - |
| XYZ | 15.65 | 6.88 | 64.79 | - |
| YUV | 56.35 | 217.53 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 14 | 215 | 0.63 | 0.93 | 0 | 0.16 | 259.4 | 0.88 | 0.45 |
| Hex | 4F | E | D7 | 3F | 5D | 0 | 10 | 103 | 58 | 2D |
| Octal | 117 | 16 | 327 | 77 | 135 | 0 | 20 | 403 | 130 | 55 |
| Binary | 1001111 | 1110 | 11010111 | 111111 | 1011101 | 0 | 10000 | 100000011 | 1011000 | 101101 |
Color Harmonies of #4F0ED7
Complementary color
Monochromatic Colors of #4F0ED7
Black with #4F0ED7
Text Example
Text Example
White with #4F0ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0ED7; }
p { color: rgb(79,14,215); }
H1.HeaderClassName
{
color: #4F0ED7;
}
.AnyTagClassName
{
color: #4F0ED7;
}
</style>
background-color css
<style>
a { background-color: #4F0ED7; }
a { background-color: rgb(79,14,215); }
div.DivClassName
{
background-color: #4F0ED7;
}
.BgClassName
{
background-color: #4F0ED7;
}
</style>
border-color css
<style>
span { border-color: #4F0ED7; }
span { border-color: rgb(79,14,215); }
td.TdClassName
{
border-color: #4F0ED7;
}
.TagClassName
{
border-color: #4F0ED7;
}
</style>