Shades of Han Purple #462CDE
Tints of Han Purple #462CDE
RGB
CMYK
RGB Variations
Color information
#462CDE (or 0x462CDE) is known color: Han Purple. HEX triplet: 46, 2C and DE. RGB value is (70,44,222). Sum of RGB (Red+Green+Blue) = 70+44+222=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #462CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462CDE is #B9D321. Grayscale: #474747. Windows color (decimal): -12178210 or 14560326. OLE color: 14560326.
HSL color Cylindrical-coordinate representation of color #462CDE: hue angle of 248.76º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #462CDE is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 44 | 222 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.13 |
| HSL | 248.76º | 0.73% | 0.52% | - |
| HSV(B) | 248.76º | 0.8% | 0.87% | - |
| XYZ | 16.61 | 8.38 | 69.85 | - |
| YUV | 72.07 | 212.61 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 222 | 0.68 | 0.80 | 0 | 0.13 | 248.76 | 0.73 | 0.52 |
| Hex | 46 | 2C | DE | 44 | 50 | 0 | D | F9 | 49 | 34 |
| Octal | 106 | 54 | 336 | 104 | 120 | 0 | 15 | 371 | 111 | 64 |
| Binary | 1000110 | 101100 | 11011110 | 1000100 | 1010000 | 0 | 1101 | 11111001 | 1001001 | 110100 |
Color Harmonies of #462CDE
Complementary color
Monochromatic Colors of #462CDE
Black with #462CDE
Text Example
Text Example
White with #462CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462CDE; }
p { color: rgb(70,44,222); }
H1.HeaderClassName
{
color: #462CDE;
}
.AnyTagClassName
{
color: #462CDE;
}
</style>
background-color css
<style>
a { background-color: #462CDE; }
a { background-color: rgb(70,44,222); }
div.DivClassName
{
background-color: #462CDE;
}
.BgClassName
{
background-color: #462CDE;
}
</style>
border-color css
<style>
span { border-color: #462CDE; }
span { border-color: rgb(70,44,222); }
td.TdClassName
{
border-color: #462CDE;
}
.TagClassName
{
border-color: #462CDE;
}
</style>