Shades of Han Purple #460DEC
Tints of Han Purple #460DEC
RGB
CMYK
RGB Variations
Color information
#460DEC (or 0x460DEC) is known color: Han Purple. HEX triplet: 46, 0D and EC. RGB value is (70,13,236). Sum of RGB (Red+Green+Blue) = 70+13+236=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #460DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460DEC is #B9F213. Grayscale: #363636. Windows color (decimal): -12186132 or 15469894. OLE color: 15469894.
HSL color Cylindrical-coordinate representation of color #460DEC: hue angle of 255.34º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460DEC is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 13 | 236 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.07 |
| HSL | 255.34º | 0.9% | 0.49% | - |
| HSV(B) | 255.34º | 0.94% | 0.93% | - |
| XYZ | 17.81 | 7.65 | 79.89 | - |
| YUV | 55.47 | 229.88 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 236 | 0.70 | 0.94 | 0 | 0.07 | 255.34 | 0.9 | 0.49 |
| Hex | 46 | D | EC | 46 | 5E | 0 | 7 | FF | 5A | 31 |
| Octal | 106 | 15 | 354 | 106 | 136 | 0 | 7 | 377 | 132 | 61 |
| Binary | 1000110 | 1101 | 11101100 | 1000110 | 1011110 | 0 | 111 | 11111111 | 1011010 | 110001 |
Color Harmonies of #460DEC
Complementary color
Monochromatic Colors of #460DEC
Black with #460DEC
Text Example
Text Example
White with #460DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DEC; }
p { color: rgb(70,13,236); }
H1.HeaderClassName
{
color: #460DEC;
}
.AnyTagClassName
{
color: #460DEC;
}
</style>
background-color css
<style>
a { background-color: #460DEC; }
a { background-color: rgb(70,13,236); }
div.DivClassName
{
background-color: #460DEC;
}
.BgClassName
{
background-color: #460DEC;
}
</style>
border-color css
<style>
span { border-color: #460DEC; }
span { border-color: rgb(70,13,236); }
td.TdClassName
{
border-color: #460DEC;
}
.TagClassName
{
border-color: #460DEC;
}
</style>