Shades of Han Purple #460EDA
Tints of Han Purple #460EDA
RGB
CMYK
RGB Variations
Color information
#460EDA (or 0x460EDA) is known color: Han Purple. HEX triplet: 46, 0E and DA. RGB value is (70,14,218). Sum of RGB (Red+Green+Blue) = 70+14+218=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #460EDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460EDA is #B9F125. Grayscale: #353535. Windows color (decimal): -12185894 or 14290502. OLE color: 14290502.
HSL color Cylindrical-coordinate representation of color #460EDA: hue angle of 256.47º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460EDA is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 14 | 218 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.15 |
| HSL | 256.47º | 0.88% | 0.45% | - |
| HSV(B) | 256.47º | 0.94% | 0.85% | - |
| XYZ | 15.34 | 6.68 | 66.81 | - |
| YUV | 54 | 220.55 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 218 | 0.68 | 0.94 | 0 | 0.15 | 256.47 | 0.88 | 0.45 |
| Hex | 46 | E | DA | 44 | 5E | 0 | F | 100 | 58 | 2D |
| Octal | 106 | 16 | 332 | 104 | 136 | 0 | 17 | 400 | 130 | 55 |
| Binary | 1000110 | 1110 | 11011010 | 1000100 | 1011110 | 0 | 1111 | 100000000 | 1011000 | 101101 |
Color Harmonies of #460EDA
Complementary color
Monochromatic Colors of #460EDA
Black with #460EDA
Text Example
Text Example
White with #460EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460EDA; }
p { color: rgb(70,14,218); }
H1.HeaderClassName
{
color: #460EDA;
}
.AnyTagClassName
{
color: #460EDA;
}
</style>
background-color css
<style>
a { background-color: #460EDA; }
a { background-color: rgb(70,14,218); }
div.DivClassName
{
background-color: #460EDA;
}
.BgClassName
{
background-color: #460EDA;
}
</style>
border-color css
<style>
span { border-color: #460EDA; }
span { border-color: rgb(70,14,218); }
td.TdClassName
{
border-color: #460EDA;
}
.TagClassName
{
border-color: #460EDA;
}
</style>