Shades of Han Purple #4E26FA
Tints of Han Purple #4E26FA
RGB
CMYK
RGB Variations
Color information
#4E26FA (or 0x4E26FA) is known color: Han Purple. HEX triplet: 4E, 26 and FA. RGB value is (78,38,250). Sum of RGB (Red+Green+Blue) = 78+38+250=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #4E26FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E26FA is #B1D905. Grayscale: #494949. Windows color (decimal): -11655430 or 16393806. OLE color: 16393806.
HSL color Cylindrical-coordinate representation of color #4E26FA: hue angle of 251.32º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E26FA is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 78 | 38 | 250 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.02 |
| HSL | 251.32º | 0.95% | 0.56% | - |
| HSV(B) | 251.32º | 0.85% | 0.98% | - |
| XYZ | 21.09 | 9.91 | 91.24 | - |
| YUV | 74.13 | 227.25 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 250 | 0.69 | 0.85 | 0 | 0.02 | 251.32 | 0.95 | 0.56 |
| Hex | 4E | 26 | FA | 45 | 55 | 0 | 2 | FB | 5F | 38 |
| Octal | 116 | 46 | 372 | 105 | 125 | 0 | 2 | 373 | 137 | 70 |
| Binary | 1001110 | 100110 | 11111010 | 1000101 | 1010101 | 0 | 10 | 11111011 | 1011111 | 111000 |
Color Harmonies of #4E26FA
Complementary color
Monochromatic Colors of #4E26FA
Black with #4E26FA
Text Example
Text Example
White with #4E26FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E26FA; }
p { color: rgb(78,38,250); }
H1.HeaderClassName
{
color: #4E26FA;
}
.AnyTagClassName
{
color: #4E26FA;
}
</style>
background-color css
<style>
a { background-color: #4E26FA; }
a { background-color: rgb(78,38,250); }
div.DivClassName
{
background-color: #4E26FA;
}
.BgClassName
{
background-color: #4E26FA;
}
</style>
border-color css
<style>
span { border-color: #4E26FA; }
span { border-color: rgb(78,38,250); }
td.TdClassName
{
border-color: #4E26FA;
}
.TagClassName
{
border-color: #4E26FA;
}
</style>