Shades of Han Purple #462EED
Tints of Han Purple #462EED
RGB
CMYK
RGB Variations
Color information
#462EED (or 0x462EED) is known color: Han Purple. HEX triplet: 46, 2E and ED. RGB value is (70,46,237). Sum of RGB (Red+Green+Blue) = 70+46+237=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #462EED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462EED is #B9D112. Grayscale: #4A4A4A. Windows color (decimal): -12177683 or 15543878. OLE color: 15543878.
HSL color Cylindrical-coordinate representation of color #462EED: hue angle of 247.54º degrees, saturation: 0.84, 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 #462EED is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 46 | 237 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.07 |
| HSL | 247.54º | 0.84% | 0.55% | - |
| HSV(B) | 247.54º | 0.81% | 0.93% | - |
| XYZ | 18.79 | 9.37 | 80.94 | - |
| YUV | 74.95 | 219.45 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 237 | 0.70 | 0.81 | 0 | 0.07 | 247.54 | 0.84 | 0.55 |
| Hex | 46 | 2E | ED | 46 | 51 | 0 | 7 | F8 | 54 | 37 |
| Octal | 106 | 56 | 355 | 106 | 121 | 0 | 7 | 370 | 124 | 67 |
| Binary | 1000110 | 101110 | 11101101 | 1000110 | 1010001 | 0 | 111 | 11111000 | 1010100 | 110111 |
Color Harmonies of #462EED
Complementary color
Monochromatic Colors of #462EED
Black with #462EED
Text Example
Text Example
White with #462EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462EED; }
p { color: rgb(70,46,237); }
H1.HeaderClassName
{
color: #462EED;
}
.AnyTagClassName
{
color: #462EED;
}
</style>
background-color css
<style>
a { background-color: #462EED; }
a { background-color: rgb(70,46,237); }
div.DivClassName
{
background-color: #462EED;
}
.BgClassName
{
background-color: #462EED;
}
</style>
border-color css
<style>
span { border-color: #462EED; }
span { border-color: rgb(70,46,237); }
td.TdClassName
{
border-color: #462EED;
}
.TagClassName
{
border-color: #462EED;
}
</style>