Shades of Han Purple #2A07EC
Tints of Han Purple #2A07EC
RGB
CMYK
RGB Variations
Color information
#2A07EC (or 0x2A07EC) is known color: Han Purple. HEX triplet: 2A, 07 and EC. RGB value is (42,7,236). Sum of RGB (Red+Green+Blue) = 42+7+236=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 236 (92.58% from 255 or 82.81% from 285); Max value from RGB is 236 - color contains mainly: blue. Hex color #2A07EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A07EC is #D5F813. Grayscale: #2A2A2A. Windows color (decimal): -14022676 or 15468330. OLE color: 15468330.
HSL color Cylindrical-coordinate representation of color #2A07EC: hue angle of 249.17º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A07EC is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 7 | 236 | - |
| CMYK | 0.82 | 0.97 | 0 | 0.07 |
| HSL | 249.17º | 0.94% | 0.48% | - |
| HSV(B) | 249.17º | 0.97% | 0.93% | - |
| XYZ | 16.17 | 6.7 | 79.8 | - |
| YUV | 43.57 | 236.6 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 7 | 236 | 0.82 | 0.97 | 0 | 0.07 | 249.17 | 0.94 | 0.48 |
| Hex | 2A | 7 | EC | 52 | 61 | 0 | 7 | F9 | 5E | 30 |
| Octal | 52 | 7 | 354 | 122 | 141 | 0 | 7 | 371 | 136 | 60 |
| Binary | 101010 | 111 | 11101100 | 1010010 | 1100001 | 0 | 111 | 11111001 | 1011110 | 110000 |
Color Harmonies of #2A07EC
Complementary color
Monochromatic Colors of #2A07EC
Black with #2A07EC
Text Example
Text Example
White with #2A07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A07EC; }
p { color: rgb(42,7,236); }
H1.HeaderClassName
{
color: #2A07EC;
}
.AnyTagClassName
{
color: #2A07EC;
}
</style>
background-color css
<style>
a { background-color: #2A07EC; }
a { background-color: rgb(42,7,236); }
div.DivClassName
{
background-color: #2A07EC;
}
.BgClassName
{
background-color: #2A07EC;
}
</style>
border-color css
<style>
span { border-color: #2A07EC; }
span { border-color: rgb(42,7,236); }
td.TdClassName
{
border-color: #2A07EC;
}
.TagClassName
{
border-color: #2A07EC;
}
</style>