Shades of Han Purple #460DE7
Tints of Han Purple #460DE7
RGB
CMYK
RGB Variations
Color information
#460DE7 (or 0x460DE7) is known color: Han Purple. HEX triplet: 46, 0D and E7. RGB value is (70,13,231). Sum of RGB (Red+Green+Blue) = 70+13+231=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 231 (90.62% from 255 or 73.57% from 314); Max value from RGB is 231 - color contains mainly: blue. Hex color #460DE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460DE7 is #B9F218. Grayscale: #363636. Windows color (decimal): -12186137 or 15142214. OLE color: 15142214.
HSL color Cylindrical-coordinate representation of color #460DE7: hue angle of 255.69º 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 #460DE7 is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 13 | 231 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.09 |
| HSL | 255.69º | 0.89% | 0.48% | - |
| HSV(B) | 255.69º | 0.94% | 0.91% | - |
| XYZ | 17.09 | 7.36 | 76.12 | - |
| YUV | 54.9 | 227.38 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 231 | 0.70 | 0.94 | 0 | 0.09 | 255.69 | 0.89 | 0.48 |
| Hex | 46 | D | E7 | 46 | 5E | 0 | 9 | 100 | 59 | 30 |
| Octal | 106 | 15 | 347 | 106 | 136 | 0 | 11 | 400 | 131 | 60 |
| Binary | 1000110 | 1101 | 11100111 | 1000110 | 1011110 | 0 | 1001 | 100000000 | 1011001 | 110000 |
Color Harmonies of #460DE7
Complementary color
Monochromatic Colors of #460DE7
Black with #460DE7
Text Example
Text Example
White with #460DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DE7; }
p { color: rgb(70,13,231); }
H1.HeaderClassName
{
color: #460DE7;
}
.AnyTagClassName
{
color: #460DE7;
}
</style>
background-color css
<style>
a { background-color: #460DE7; }
a { background-color: rgb(70,13,231); }
div.DivClassName
{
background-color: #460DE7;
}
.BgClassName
{
background-color: #460DE7;
}
</style>
border-color css
<style>
span { border-color: #460DE7; }
span { border-color: rgb(70,13,231); }
td.TdClassName
{
border-color: #460DE7;
}
.TagClassName
{
border-color: #460DE7;
}
</style>