Shades of Han Purple #4E26DD
Tints of Han Purple #4E26DD
RGB
CMYK
RGB Variations
Color information
#4E26DD (or 0x4E26DD) is known color: Han Purple. HEX triplet: 4E, 26 and DD. RGB value is (78,38,221). Sum of RGB (Red+Green+Blue) = 78+38+221=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E26DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4E26DD is #B1D922. Grayscale: #464646. Windows color (decimal): -11655459 or 14493262. OLE color: 14493262.
HSL color Cylindrical-coordinate representation of color #4E26DD: hue angle of 253.11º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E26DD is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 38 | 221 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.13 |
| HSL | 253.11º | 0.73% | 0.51% | - |
| HSV(B) | 253.11º | 0.83% | 0.87% | - |
| XYZ | 16.89 | 8.23 | 69.1 | - |
| YUV | 70.82 | 212.75 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 38 | 221 | 0.65 | 0.83 | 0 | 0.13 | 253.11 | 0.73 | 0.51 |
| Hex | 4E | 26 | DD | 41 | 53 | 0 | D | FD | 49 | 33 |
| Octal | 116 | 46 | 335 | 101 | 123 | 0 | 15 | 375 | 111 | 63 |
| Binary | 1001110 | 100110 | 11011101 | 1000001 | 1010011 | 0 | 1101 | 11111101 | 1001001 | 110011 |
Color Harmonies of #4E26DD
Complementary color
Monochromatic Colors of #4E26DD
Black with #4E26DD
Text Example
Text Example
White with #4E26DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E26DD; }
p { color: rgb(78,38,221); }
H1.HeaderClassName
{
color: #4E26DD;
}
.AnyTagClassName
{
color: #4E26DD;
}
</style>
background-color css
<style>
a { background-color: #4E26DD; }
a { background-color: rgb(78,38,221); }
div.DivClassName
{
background-color: #4E26DD;
}
.BgClassName
{
background-color: #4E26DD;
}
</style>
border-color css
<style>
span { border-color: #4E26DD; }
span { border-color: rgb(78,38,221); }
td.TdClassName
{
border-color: #4E26DD;
}
.TagClassName
{
border-color: #4E26DD;
}
</style>