Shades of Han Purple #462AED
Tints of Han Purple #462AED
RGB
CMYK
RGB Variations
Color information
#462AED (or 0x462AED) is known color: Han Purple. HEX triplet: 46, 2A and ED. RGB value is (70,42,237). Sum of RGB (Red+Green+Blue) = 70+42+237=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #462AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462AED is #B9D512. Grayscale: #474747. Windows color (decimal): -12178707 or 15542854. OLE color: 15542854.
HSL color Cylindrical-coordinate representation of color #462AED: hue angle of 248.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #462AED is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 42 | 237 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.07 |
| HSL | 248.62º | 0.84% | 0.55% | - |
| HSV(B) | 248.62º | 0.82% | 0.93% | - |
| XYZ | 18.64 | 9.07 | 80.89 | - |
| YUV | 72.6 | 220.78 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 237 | 0.70 | 0.82 | 0 | 0.07 | 248.62 | 0.84 | 0.55 |
| Hex | 46 | 2A | ED | 46 | 52 | 0 | 7 | F9 | 54 | 37 |
| Octal | 106 | 52 | 355 | 106 | 122 | 0 | 7 | 371 | 124 | 67 |
| Binary | 1000110 | 101010 | 11101101 | 1000110 | 1010010 | 0 | 111 | 11111001 | 1010100 | 110111 |
Color Harmonies of #462AED
Complementary color
Monochromatic Colors of #462AED
Black with #462AED
Text Example
Text Example
White with #462AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462AED; }
p { color: rgb(70,42,237); }
H1.HeaderClassName
{
color: #462AED;
}
.AnyTagClassName
{
color: #462AED;
}
</style>
background-color css
<style>
a { background-color: #462AED; }
a { background-color: rgb(70,42,237); }
div.DivClassName
{
background-color: #462AED;
}
.BgClassName
{
background-color: #462AED;
}
</style>
border-color css
<style>
span { border-color: #462AED; }
span { border-color: rgb(70,42,237); }
td.TdClassName
{
border-color: #462AED;
}
.TagClassName
{
border-color: #462AED;
}
</style>