Shades of Han Purple #460EEF
Tints of Han Purple #460EEF
RGB
CMYK
RGB Variations
Color information
#460EEF (or 0x460EEF) is known color: Han Purple. HEX triplet: 46, 0E and EF. RGB value is (70,14,239). Sum of RGB (Red+Green+Blue) = 70+14+239=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 239 (93.75% from 255 or 73.99% from 323); Max value from RGB is 239 - color contains mainly: blue. Hex color #460EEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460EEF is #B9F110. Grayscale: #373737. Windows color (decimal): -12185873 or 15666758. OLE color: 15666758.
HSL color Cylindrical-coordinate representation of color #460EEF: hue angle of 254.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460EEF is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 14 | 239 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.06 |
| HSL | 254.93º | 0.89% | 0.5% | - |
| HSV(B) | 254.93º | 0.94% | 0.94% | - |
| XYZ | 18.26 | 7.85 | 82.21 | - |
| YUV | 56.39 | 231.05 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 239 | 0.71 | 0.94 | 0 | 0.06 | 254.93 | 0.89 | 0.5 |
| Hex | 46 | E | EF | 47 | 5E | 0 | 6 | FF | 59 | 32 |
| Octal | 106 | 16 | 357 | 107 | 136 | 0 | 6 | 377 | 131 | 62 |
| Binary | 1000110 | 1110 | 11101111 | 1000111 | 1011110 | 0 | 110 | 11111111 | 1011001 | 110010 |
Color Harmonies of #460EEF
Complementary color
Monochromatic Colors of #460EEF
Black with #460EEF
Text Example
Text Example
White with #460EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460EEF; }
p { color: rgb(70,14,239); }
H1.HeaderClassName
{
color: #460EEF;
}
.AnyTagClassName
{
color: #460EEF;
}
</style>
background-color css
<style>
a { background-color: #460EEF; }
a { background-color: rgb(70,14,239); }
div.DivClassName
{
background-color: #460EEF;
}
.BgClassName
{
background-color: #460EEF;
}
</style>
border-color css
<style>
span { border-color: #460EEF; }
span { border-color: rgb(70,14,239); }
td.TdClassName
{
border-color: #460EEF;
}
.TagClassName
{
border-color: #460EEF;
}
</style>