Shades of Han Purple #4E15FF
Tints of Han Purple #4E15FF
RGB
CMYK
RGB Variations
Color information
#4E15FF (or 0x4E15FF) is known color: Han Purple. HEX triplet: 4E, 15 and FF. RGB value is (78,21,255). Sum of RGB (Red+Green+Blue) = 78+21+255=354 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.03% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E15FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E15FF is #B1EA00. Grayscale: #3F3F3F. Windows color (decimal): -11659777 or 16717134. OLE color: 16717134.
HSL color Cylindrical-coordinate representation of color #4E15FF: hue angle of 254.62º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E15FF is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 21 | 255 | - |
| CMYK | 0.69 | 0.92 | 0 | 0 |
| HSL | 254.62º | 1% | 0.54% | - |
| HSV(B) | 254.62º | 0.92% | 1% | - |
| XYZ | 21.46 | 9.38 | 95.29 | - |
| YUV | 64.72 | 235.38 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 21 | 255 | 0.69 | 0.92 | 0 | 0 | 254.62 | 1 | 0.54 |
| Hex | 4E | 15 | FF | 45 | 5C | 0 | 0 | FF | 64 | 36 |
| Octal | 116 | 25 | 377 | 105 | 134 | 0 | 0 | 377 | 144 | 66 |
| Binary | 1001110 | 10101 | 11111111 | 1000101 | 1011100 | 0 | 0 | 11111111 | 1100100 | 110110 |
Color Harmonies of #4E15FF
Complementary color
Monochromatic Colors of #4E15FF
Black with #4E15FF
Text Example
Text Example
White with #4E15FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E15FF; }
p { color: rgb(78,21,255); }
H1.HeaderClassName
{
color: #4E15FF;
}
.AnyTagClassName
{
color: #4E15FF;
}
</style>
background-color css
<style>
a { background-color: #4E15FF; }
a { background-color: rgb(78,21,255); }
div.DivClassName
{
background-color: #4E15FF;
}
.BgClassName
{
background-color: #4E15FF;
}
</style>
border-color css
<style>
span { border-color: #4E15FF; }
span { border-color: rgb(78,21,255); }
td.TdClassName
{
border-color: #4E15FF;
}
.TagClassName
{
border-color: #4E15FF;
}
</style>