Shades of Han Purple #462DE5
Tints of Han Purple #462DE5
RGB
CMYK
RGB Variations
Color information
#462DE5 (or 0x462DE5) is known color: Han Purple. HEX triplet: 46, 2D and E5. RGB value is (70,45,229). Sum of RGB (Red+Green+Blue) = 70+45+229=344 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.35% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 229 (89.84% from 255 or 66.57% from 344); Max value from RGB is 229 - color contains mainly: blue. Hex color #462DE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462DE5 is #B9D21A. Grayscale: #484848. Windows color (decimal): -12177947 or 15019334. OLE color: 15019334.
HSL color Cylindrical-coordinate representation of color #462DE5: hue angle of 248.15º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #462DE5 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 45 | 229 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.10 |
| HSL | 248.15º | 0.78% | 0.54% | - |
| HSV(B) | 248.15º | 0.8% | 0.9% | - |
| XYZ | 17.61 | 8.84 | 74.91 | - |
| YUV | 73.45 | 215.78 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 45 | 229 | 0.69 | 0.80 | 0 | 0.10 | 248.15 | 0.78 | 0.54 |
| Hex | 46 | 2D | E5 | 45 | 50 | 0 | A | F8 | 4E | 36 |
| Octal | 106 | 55 | 345 | 105 | 120 | 0 | 12 | 370 | 116 | 66 |
| Binary | 1000110 | 101101 | 11100101 | 1000101 | 1010000 | 0 | 1010 | 11111000 | 1001110 | 110110 |
Color Harmonies of #462DE5
Complementary color
Monochromatic Colors of #462DE5
Black with #462DE5
Text Example
Text Example
White with #462DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462DE5; }
p { color: rgb(70,45,229); }
H1.HeaderClassName
{
color: #462DE5;
}
.AnyTagClassName
{
color: #462DE5;
}
</style>
background-color css
<style>
a { background-color: #462DE5; }
a { background-color: rgb(70,45,229); }
div.DivClassName
{
background-color: #462DE5;
}
.BgClassName
{
background-color: #462DE5;
}
</style>
border-color css
<style>
span { border-color: #462DE5; }
span { border-color: rgb(70,45,229); }
td.TdClassName
{
border-color: #462DE5;
}
.TagClassName
{
border-color: #462DE5;
}
</style>