Shades of Han Purple #462ADE
Tints of Han Purple #462ADE
RGB
CMYK
RGB Variations
Color information
#462ADE (or 0x462ADE) is known color: Han Purple. HEX triplet: 46, 2A and DE. RGB value is (70,42,222). Sum of RGB (Red+Green+Blue) = 70+42+222=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 222 (87.11% from 255 or 66.47% from 334); Max value from RGB is 222 - color contains mainly: blue. Hex color #462ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462ADE is #B9D521. Grayscale: #464646. Windows color (decimal): -12178722 or 14559814. OLE color: 14559814.
HSL color Cylindrical-coordinate representation of color #462ADE: hue angle of 249.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462ADE is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 42 | 222 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.13 |
| HSL | 249.33º | 0.73% | 0.52% | - |
| HSV(B) | 249.33º | 0.81% | 0.87% | - |
| XYZ | 16.54 | 8.23 | 69.82 | - |
| YUV | 70.89 | 213.28 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 222 | 0.68 | 0.81 | 0 | 0.13 | 249.33 | 0.73 | 0.52 |
| Hex | 46 | 2A | DE | 44 | 51 | 0 | D | F9 | 49 | 34 |
| Octal | 106 | 52 | 336 | 104 | 121 | 0 | 15 | 371 | 111 | 64 |
| Binary | 1000110 | 101010 | 11011110 | 1000100 | 1010001 | 0 | 1101 | 11111001 | 1001001 | 110100 |
Color Harmonies of #462ADE
Complementary color
Monochromatic Colors of #462ADE
Black with #462ADE
Text Example
Text Example
White with #462ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462ADE; }
p { color: rgb(70,42,222); }
H1.HeaderClassName
{
color: #462ADE;
}
.AnyTagClassName
{
color: #462ADE;
}
</style>
background-color css
<style>
a { background-color: #462ADE; }
a { background-color: rgb(70,42,222); }
div.DivClassName
{
background-color: #462ADE;
}
.BgClassName
{
background-color: #462ADE;
}
</style>
border-color css
<style>
span { border-color: #462ADE; }
span { border-color: rgb(70,42,222); }
td.TdClassName
{
border-color: #462ADE;
}
.TagClassName
{
border-color: #462ADE;
}
</style>