Shades of Han Purple #460ED5
Tints of Han Purple #460ED5
RGB
CMYK
RGB Variations
Color information
#460ED5 (or 0x460ED5) is known color: Han Purple. HEX triplet: 46, 0E and D5. RGB value is (70,14,213). Sum of RGB (Red+Green+Blue) = 70+14+213=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 213 (83.59% from 255 or 71.72% from 297); Max value from RGB is 213 - color contains mainly: blue. Hex color #460ED5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460ED5 is #B9F12A. Grayscale: #343434. Windows color (decimal): -12185899 or 13962822. OLE color: 13962822.
HSL color Cylindrical-coordinate representation of color #460ED5: hue angle of 256.88º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460ED5 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 14 | 213 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.16 |
| HSL | 256.88º | 0.88% | 0.45% | - |
| HSV(B) | 256.88º | 0.93% | 0.84% | - |
| XYZ | 14.69 | 6.42 | 63.42 | - |
| YUV | 53.43 | 218.05 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 213 | 0.67 | 0.93 | 0 | 0.16 | 256.88 | 0.88 | 0.45 |
| Hex | 46 | E | D5 | 43 | 5D | 0 | 10 | 101 | 58 | 2D |
| Octal | 106 | 16 | 325 | 103 | 135 | 0 | 20 | 401 | 130 | 55 |
| Binary | 1000110 | 1110 | 11010101 | 1000011 | 1011101 | 0 | 10000 | 100000001 | 1011000 | 101101 |
Color Harmonies of #460ED5
Complementary color
Monochromatic Colors of #460ED5
Black with #460ED5
Text Example
Text Example
White with #460ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460ED5; }
p { color: rgb(70,14,213); }
H1.HeaderClassName
{
color: #460ED5;
}
.AnyTagClassName
{
color: #460ED5;
}
</style>
background-color css
<style>
a { background-color: #460ED5; }
a { background-color: rgb(70,14,213); }
div.DivClassName
{
background-color: #460ED5;
}
.BgClassName
{
background-color: #460ED5;
}
</style>
border-color css
<style>
span { border-color: #460ED5; }
span { border-color: rgb(70,14,213); }
td.TdClassName
{
border-color: #460ED5;
}
.TagClassName
{
border-color: #460ED5;
}
</style>