Shades of Han Purple #460EE8
Tints of Han Purple #460EE8
RGB
CMYK
RGB Variations
Color information
#460EE8 (or 0x460EE8) is known color: Han Purple. HEX triplet: 46, 0E and E8. RGB value is (70,14,232). Sum of RGB (Red+Green+Blue) = 70+14+232=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 232 (91.02% from 255 or 73.42% from 316); Max value from RGB is 232 - color contains mainly: blue. Hex color #460EE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460EE8 is #B9F117. Grayscale: #363636. Windows color (decimal): -12185880 or 15208006. OLE color: 15208006.
HSL color Cylindrical-coordinate representation of color #460EE8: hue angle of 255.41º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460EE8 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 14 | 232 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.09 |
| HSL | 255.41º | 0.89% | 0.48% | - |
| HSV(B) | 255.41º | 0.94% | 0.91% | - |
| XYZ | 17.25 | 7.44 | 76.87 | - |
| YUV | 55.6 | 227.55 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 232 | 0.70 | 0.94 | 0 | 0.09 | 255.41 | 0.89 | 0.48 |
| Hex | 46 | E | E8 | 46 | 5E | 0 | 9 | FF | 59 | 30 |
| Octal | 106 | 16 | 350 | 106 | 136 | 0 | 11 | 377 | 131 | 60 |
| Binary | 1000110 | 1110 | 11101000 | 1000110 | 1011110 | 0 | 1001 | 11111111 | 1011001 | 110000 |
Color Harmonies of #460EE8
Complementary color
Monochromatic Colors of #460EE8
Black with #460EE8
Text Example
Text Example
White with #460EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460EE8; }
p { color: rgb(70,14,232); }
H1.HeaderClassName
{
color: #460EE8;
}
.AnyTagClassName
{
color: #460EE8;
}
</style>
background-color css
<style>
a { background-color: #460EE8; }
a { background-color: rgb(70,14,232); }
div.DivClassName
{
background-color: #460EE8;
}
.BgClassName
{
background-color: #460EE8;
}
</style>
border-color css
<style>
span { border-color: #460EE8; }
span { border-color: rgb(70,14,232); }
td.TdClassName
{
border-color: #460EE8;
}
.TagClassName
{
border-color: #460EE8;
}
</style>