Shades of Han Purple #2A0EF7
Tints of Han Purple #2A0EF7
RGB
CMYK
RGB Variations
Color information
#2A0EF7 (or 0x2A0EF7) is known color: Han Purple. HEX triplet: 2A, 0E and F7. RGB value is (42,14,247). Sum of RGB (Red+Green+Blue) = 42+14+247=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 247 (96.88% from 255 or 81.52% from 303); Max value from RGB is 247 - color contains mainly: blue. Hex color #2A0EF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A0EF7 is #D5F108. Grayscale: #303030. Windows color (decimal): -14020873 or 16191018. OLE color: 16191018.
HSL color Cylindrical-coordinate representation of color #2A0EF7: hue angle of 247.21º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2A0EF7 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 14 | 247 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.03 |
| HSL | 247.21º | 0.94% | 0.51% | - |
| HSV(B) | 247.21º | 0.94% | 0.97% | - |
| XYZ | 17.9 | 7.52 | 88.5 | - |
| YUV | 48.93 | 239.78 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 14 | 247 | 0.83 | 0.94 | 0 | 0.03 | 247.21 | 0.94 | 0.51 |
| Hex | 2A | E | F7 | 53 | 5E | 0 | 3 | F7 | 5E | 33 |
| Octal | 52 | 16 | 367 | 123 | 136 | 0 | 3 | 367 | 136 | 63 |
| Binary | 101010 | 1110 | 11110111 | 1010011 | 1011110 | 0 | 11 | 11110111 | 1011110 | 110011 |
Color Harmonies of #2A0EF7
Complementary color
Monochromatic Colors of #2A0EF7
Black with #2A0EF7
Text Example
Text Example
White with #2A0EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0EF7; }
p { color: rgb(42,14,247); }
H1.HeaderClassName
{
color: #2A0EF7;
}
.AnyTagClassName
{
color: #2A0EF7;
}
</style>
background-color css
<style>
a { background-color: #2A0EF7; }
a { background-color: rgb(42,14,247); }
div.DivClassName
{
background-color: #2A0EF7;
}
.BgClassName
{
background-color: #2A0EF7;
}
</style>
border-color css
<style>
span { border-color: #2A0EF7; }
span { border-color: rgb(42,14,247); }
td.TdClassName
{
border-color: #2A0EF7;
}
.TagClassName
{
border-color: #2A0EF7;
}
</style>