Shades of Han Purple #460EDC
Tints of Han Purple #460EDC
RGB
CMYK
RGB Variations
Color information
#460EDC (or 0x460EDC) is known color: Han Purple. HEX triplet: 46, 0E and DC. RGB value is (70,14,220). Sum of RGB (Red+Green+Blue) = 70+14+220=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #460EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460EDC is #B9F123. Grayscale: #353535. Windows color (decimal): -12185892 or 14421574. OLE color: 14421574.
HSL color Cylindrical-coordinate representation of color #460EDC: hue angle of 256.31º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460EDC is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 14 | 220 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.14 |
| HSL | 256.31º | 0.88% | 0.46% | - |
| HSV(B) | 256.31º | 0.94% | 0.86% | - |
| XYZ | 15.6 | 6.78 | 68.2 | - |
| YUV | 54.23 | 221.55 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 220 | 0.68 | 0.94 | 0 | 0.14 | 256.31 | 0.88 | 0.46 |
| Hex | 46 | E | DC | 44 | 5E | 0 | E | 100 | 58 | 2E |
| Octal | 106 | 16 | 334 | 104 | 136 | 0 | 16 | 400 | 130 | 56 |
| Binary | 1000110 | 1110 | 11011100 | 1000100 | 1011110 | 0 | 1110 | 100000000 | 1011000 | 101110 |
Color Harmonies of #460EDC
Complementary color
Monochromatic Colors of #460EDC
Black with #460EDC
Text Example
Text Example
White with #460EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460EDC; }
p { color: rgb(70,14,220); }
H1.HeaderClassName
{
color: #460EDC;
}
.AnyTagClassName
{
color: #460EDC;
}
</style>
background-color css
<style>
a { background-color: #460EDC; }
a { background-color: rgb(70,14,220); }
div.DivClassName
{
background-color: #460EDC;
}
.BgClassName
{
background-color: #460EDC;
}
</style>
border-color css
<style>
span { border-color: #460EDC; }
span { border-color: rgb(70,14,220); }
td.TdClassName
{
border-color: #460EDC;
}
.TagClassName
{
border-color: #460EDC;
}
</style>