Shades of Han Purple #2A0EEC
Tints of Han Purple #2A0EEC
RGB
CMYK
RGB Variations
Color information
#2A0EEC (or 0x2A0EEC) is known color: Han Purple. HEX triplet: 2A, 0E and EC. RGB value is (42,14,236). Sum of RGB (Red+Green+Blue) = 42+14+236=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 236 (92.58% from 255 or 80.82% from 292); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A0EEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0EEC is #D5F113. Grayscale: #2E2E2E. Windows color (decimal): -14020884 or 15470122. OLE color: 15470122.
HSL color Cylindrical-coordinate representation of color #2A0EEC: hue angle of 247.57º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0EEC is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 14 | 236 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.07 |
| HSL | 247.57º | 0.89% | 0.49% | - |
| HSV(B) | 247.57º | 0.94% | 0.93% | - |
| XYZ | 16.25 | 6.86 | 79.82 | - |
| YUV | 47.68 | 234.28 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 236 | 0.82 | 0.94 | 0 | 0.07 | 247.57 | 0.89 | 0.49 |
| Hex | 2A | E | EC | 52 | 5E | 0 | 7 | F8 | 59 | 31 |
| Octal | 52 | 16 | 354 | 122 | 136 | 0 | 7 | 370 | 131 | 61 |
| Binary | 101010 | 1110 | 11101100 | 1010010 | 1011110 | 0 | 111 | 11111000 | 1011001 | 110001 |
Color Harmonies of #2A0EEC
Complementary color
Monochromatic Colors of #2A0EEC
Black with #2A0EEC
Text Example
Text Example
White with #2A0EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0EEC; }
p { color: rgb(42,14,236); }
H1.HeaderClassName
{
color: #2A0EEC;
}
.AnyTagClassName
{
color: #2A0EEC;
}
</style>
background-color css
<style>
a { background-color: #2A0EEC; }
a { background-color: rgb(42,14,236); }
div.DivClassName
{
background-color: #2A0EEC;
}
.BgClassName
{
background-color: #2A0EEC;
}
</style>
border-color css
<style>
span { border-color: #2A0EEC; }
span { border-color: rgb(42,14,236); }
td.TdClassName
{
border-color: #2A0EEC;
}
.TagClassName
{
border-color: #2A0EEC;
}
</style>