Shades of Han Purple #4E26FF
Tints of Han Purple #4E26FF
RGB
CMYK
RGB Variations
Color information
#4E26FF (or 0x4E26FF) is known color: Han Purple. HEX triplet: 4E, 26 and FF. RGB value is (78,38,255). Sum of RGB (Red+Green+Blue) = 78+38+255=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E26FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E26FF is #B1D900. Grayscale: #494949. Windows color (decimal): -11655425 or 16721486. OLE color: 16721486.
HSL color Cylindrical-coordinate representation of color #4E26FF: hue angle of 251.06º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E26FF is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 78 | 38 | 255 | - |
| CMYK | 0.69 | 0.85 | 0 | 0 |
| HSL | 251.06º | 1% | 0.57% | - |
| HSV(B) | 251.06º | 0.85% | 1% | - |
| XYZ | 21.89 | 10.23 | 95.43 | - |
| YUV | 74.7 | 229.75 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 255 | 0.69 | 0.85 | 0 | 0 | 251.06 | 1 | 0.57 |
| Hex | 4E | 26 | FF | 45 | 55 | 0 | 0 | FB | 64 | 39 |
| Octal | 116 | 46 | 377 | 105 | 125 | 0 | 0 | 373 | 144 | 71 |
| Binary | 1001110 | 100110 | 11111111 | 1000101 | 1010101 | 0 | 0 | 11111011 | 1100100 | 111001 |
Color Harmonies of #4E26FF
Complementary color
Monochromatic Colors of #4E26FF
Black with #4E26FF
Text Example
Text Example
White with #4E26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E26FF; }
p { color: rgb(78,38,255); }
H1.HeaderClassName
{
color: #4E26FF;
}
.AnyTagClassName
{
color: #4E26FF;
}
</style>
background-color css
<style>
a { background-color: #4E26FF; }
a { background-color: rgb(78,38,255); }
div.DivClassName
{
background-color: #4E26FF;
}
.BgClassName
{
background-color: #4E26FF;
}
</style>
border-color css
<style>
span { border-color: #4E26FF; }
span { border-color: rgb(78,38,255); }
td.TdClassName
{
border-color: #4E26FF;
}
.TagClassName
{
border-color: #4E26FF;
}
</style>