Shades of Han Purple #460EE7
Tints of Han Purple #460EE7
RGB
CMYK
RGB Variations
Color information
#460EE7 (or 0x460EE7) is known color: Han Purple. HEX triplet: 46, 0E and E7. RGB value is (70,14,231). Sum of RGB (Red+Green+Blue) = 70+14+231=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 231 (90.62% from 255 or 73.33% from 315); Max value from RGB is 231 - color contains mainly: blue. Hex color #460EE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460EE7 is #B9F118. Grayscale: #363636. Windows color (decimal): -12185881 or 15142470. OLE color: 15142470.
HSL color Cylindrical-coordinate representation of color #460EE7: hue angle of 255.48º 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 #460EE7 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 14 | 231 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.09 |
| HSL | 255.48º | 0.89% | 0.48% | - |
| HSV(B) | 255.48º | 0.94% | 0.91% | - |
| XYZ | 17.11 | 7.39 | 76.13 | - |
| YUV | 55.48 | 227.05 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 231 | 0.70 | 0.94 | 0 | 0.09 | 255.48 | 0.89 | 0.48 |
| Hex | 46 | E | E7 | 46 | 5E | 0 | 9 | FF | 59 | 30 |
| Octal | 106 | 16 | 347 | 106 | 136 | 0 | 11 | 377 | 131 | 60 |
| Binary | 1000110 | 1110 | 11100111 | 1000110 | 1011110 | 0 | 1001 | 11111111 | 1011001 | 110000 |
Color Harmonies of #460EE7
Complementary color
Monochromatic Colors of #460EE7
Black with #460EE7
Text Example
Text Example
White with #460EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460EE7; }
p { color: rgb(70,14,231); }
H1.HeaderClassName
{
color: #460EE7;
}
.AnyTagClassName
{
color: #460EE7;
}
</style>
background-color css
<style>
a { background-color: #460EE7; }
a { background-color: rgb(70,14,231); }
div.DivClassName
{
background-color: #460EE7;
}
.BgClassName
{
background-color: #460EE7;
}
</style>
border-color css
<style>
span { border-color: #460EE7; }
span { border-color: rgb(70,14,231); }
td.TdClassName
{
border-color: #460EE7;
}
.TagClassName
{
border-color: #460EE7;
}
</style>