Shades of Han Purple #4E17E7
Tints of Han Purple #4E17E7
RGB
CMYK
RGB Variations
Color information
#4E17E7 (or 0x4E17E7) is known color: Han Purple. HEX triplet: 4E, 17 and E7. RGB value is (78,23,231). Sum of RGB (Red+Green+Blue) = 78+23+231=332 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.49% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 231 (90.62% from 255 or 69.58% from 332); Max value from RGB is 231 - color contains mainly: blue. Hex color #4E17E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E17E7 is #B1E818. Grayscale: #3E3E3E. Windows color (decimal): -11659289 or 15144782. OLE color: 15144782.
HSL color Cylindrical-coordinate representation of color #4E17E7: hue angle of 255.87º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E17E7 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 78 | 23 | 231 | - |
| CMYK | 0.66 | 0.90 | 0 | 0.09 |
| HSL | 255.87º | 0.82% | 0.5% | - |
| HSV(B) | 255.87º | 0.9% | 0.91% | - |
| XYZ | 17.87 | 8 | 76.2 | - |
| YUV | 63.16 | 222.72 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 231 | 0.66 | 0.90 | 0 | 0.09 | 255.87 | 0.82 | 0.5 |
| Hex | 4E | 17 | E7 | 42 | 5A | 0 | 9 | 100 | 52 | 32 |
| Octal | 116 | 27 | 347 | 102 | 132 | 0 | 11 | 400 | 122 | 62 |
| Binary | 1001110 | 10111 | 11100111 | 1000010 | 1011010 | 0 | 1001 | 100000000 | 1010010 | 110010 |
Color Harmonies of #4E17E7
Complementary color
Monochromatic Colors of #4E17E7
Black with #4E17E7
Text Example
Text Example
White with #4E17E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E17E7; }
p { color: rgb(78,23,231); }
H1.HeaderClassName
{
color: #4E17E7;
}
.AnyTagClassName
{
color: #4E17E7;
}
</style>
background-color css
<style>
a { background-color: #4E17E7; }
a { background-color: rgb(78,23,231); }
div.DivClassName
{
background-color: #4E17E7;
}
.BgClassName
{
background-color: #4E17E7;
}
</style>
border-color css
<style>
span { border-color: #4E17E7; }
span { border-color: rgb(78,23,231); }
td.TdClassName
{
border-color: #4E17E7;
}
.TagClassName
{
border-color: #4E17E7;
}
</style>