Shades of Han Purple #462CE1
Tints of Han Purple #462CE1
RGB
CMYK
RGB Variations
Color information
#462CE1 (or 0x462CE1) is known color: Han Purple. HEX triplet: 46, 2C and E1. RGB value is (70,44,225). Sum of RGB (Red+Green+Blue) = 70+44+225=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #462CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462CE1 is #B9D31E. Grayscale: #474747. Windows color (decimal): -12178207 or 14756934. OLE color: 14756934.
HSL color Cylindrical-coordinate representation of color #462CE1: hue angle of 248.62º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #462CE1 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 44 | 225 | - |
| CMYK | 0.69 | 0.80 | 0 | 0.12 |
| HSL | 248.62º | 0.75% | 0.53% | - |
| HSV(B) | 248.62º | 0.8% | 0.88% | - |
| XYZ | 17.02 | 8.54 | 71.99 | - |
| YUV | 72.41 | 214.11 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 225 | 0.69 | 0.80 | 0 | 0.12 | 248.62 | 0.75 | 0.53 |
| Hex | 46 | 2C | E1 | 45 | 50 | 0 | C | F9 | 4B | 35 |
| Octal | 106 | 54 | 341 | 105 | 120 | 0 | 14 | 371 | 113 | 65 |
| Binary | 1000110 | 101100 | 11100001 | 1000101 | 1010000 | 0 | 1100 | 11111001 | 1001011 | 110101 |
Color Harmonies of #462CE1
Complementary color
Monochromatic Colors of #462CE1
Black with #462CE1
Text Example
Text Example
White with #462CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462CE1; }
p { color: rgb(70,44,225); }
H1.HeaderClassName
{
color: #462CE1;
}
.AnyTagClassName
{
color: #462CE1;
}
</style>
background-color css
<style>
a { background-color: #462CE1; }
a { background-color: rgb(70,44,225); }
div.DivClassName
{
background-color: #462CE1;
}
.BgClassName
{
background-color: #462CE1;
}
</style>
border-color css
<style>
span { border-color: #462CE1; }
span { border-color: rgb(70,44,225); }
td.TdClassName
{
border-color: #462CE1;
}
.TagClassName
{
border-color: #462CE1;
}
</style>