Shades of Han Purple #462EEC
Tints of Han Purple #462EEC
RGB
CMYK
RGB Variations
Color information
#462EEC (or 0x462EEC) is known color: Han Purple. HEX triplet: 46, 2E and EC. RGB value is (70,46,236). Sum of RGB (Red+Green+Blue) = 70+46+236=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #462EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462EEC is #B9D113. Grayscale: #4A4A4A. Windows color (decimal): -12177684 or 15478342. OLE color: 15478342.
HSL color Cylindrical-coordinate representation of color #462EEC: hue angle of 247.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462EEC is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 46 | 236 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.07 |
| HSL | 247.58º | 0.83% | 0.55% | - |
| HSV(B) | 247.58º | 0.81% | 0.93% | - |
| XYZ | 18.64 | 9.31 | 80.17 | - |
| YUV | 74.84 | 218.95 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 236 | 0.70 | 0.81 | 0 | 0.07 | 247.58 | 0.83 | 0.55 |
| Hex | 46 | 2E | EC | 46 | 51 | 0 | 7 | F8 | 53 | 37 |
| Octal | 106 | 56 | 354 | 106 | 121 | 0 | 7 | 370 | 123 | 67 |
| Binary | 1000110 | 101110 | 11101100 | 1000110 | 1010001 | 0 | 111 | 11111000 | 1010011 | 110111 |
Color Harmonies of #462EEC
Complementary color
Monochromatic Colors of #462EEC
Black with #462EEC
Text Example
Text Example
White with #462EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462EEC; }
p { color: rgb(70,46,236); }
H1.HeaderClassName
{
color: #462EEC;
}
.AnyTagClassName
{
color: #462EEC;
}
</style>
background-color css
<style>
a { background-color: #462EEC; }
a { background-color: rgb(70,46,236); }
div.DivClassName
{
background-color: #462EEC;
}
.BgClassName
{
background-color: #462EEC;
}
</style>
border-color css
<style>
span { border-color: #462EEC; }
span { border-color: rgb(70,46,236); }
td.TdClassName
{
border-color: #462EEC;
}
.TagClassName
{
border-color: #462EEC;
}
</style>