Shades of Han Purple #460EE2
Tints of Han Purple #460EE2
RGB
CMYK
RGB Variations
Color information
#460EE2 (or 0x460EE2) is known color: Han Purple. HEX triplet: 46, 0E and E2. RGB value is (70,14,226). Sum of RGB (Red+Green+Blue) = 70+14+226=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 226 (88.67% from 255 or 72.90% from 310); Max value from RGB is 226 - color contains mainly: blue. Hex color #460EE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460EE2 is #B9F11D. Grayscale: #363636. Windows color (decimal): -12185886 or 14814790. OLE color: 14814790.
HSL color Cylindrical-coordinate representation of color #460EE2: hue angle of 255.85º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460EE2 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 14 | 226 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.11 |
| HSL | 255.85º | 0.88% | 0.47% | - |
| HSV(B) | 255.85º | 0.94% | 0.89% | - |
| XYZ | 16.41 | 7.11 | 72.46 | - |
| YUV | 54.91 | 224.55 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 226 | 0.69 | 0.94 | 0 | 0.11 | 255.85 | 0.88 | 0.47 |
| Hex | 46 | E | E2 | 45 | 5E | 0 | B | 100 | 58 | 2F |
| Octal | 106 | 16 | 342 | 105 | 136 | 0 | 13 | 400 | 130 | 57 |
| Binary | 1000110 | 1110 | 11100010 | 1000101 | 1011110 | 0 | 1011 | 100000000 | 1011000 | 101111 |
Color Harmonies of #460EE2
Complementary color
Monochromatic Colors of #460EE2
Black with #460EE2
Text Example
Text Example
White with #460EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460EE2; }
p { color: rgb(70,14,226); }
H1.HeaderClassName
{
color: #460EE2;
}
.AnyTagClassName
{
color: #460EE2;
}
</style>
background-color css
<style>
a { background-color: #460EE2; }
a { background-color: rgb(70,14,226); }
div.DivClassName
{
background-color: #460EE2;
}
.BgClassName
{
background-color: #460EE2;
}
</style>
border-color css
<style>
span { border-color: #460EE2; }
span { border-color: rgb(70,14,226); }
td.TdClassName
{
border-color: #460EE2;
}
.TagClassName
{
border-color: #460EE2;
}
</style>