Shades of Han Purple #462ADC
Tints of Han Purple #462ADC
RGB
CMYK
RGB Variations
Color information
#462ADC (or 0x462ADC) is known color: Han Purple. HEX triplet: 46, 2A and DC. RGB value is (70,42,220). Sum of RGB (Red+Green+Blue) = 70+42+220=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #462ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462ADC is #B9D523. Grayscale: #454545. Windows color (decimal): -12178724 or 14428742. OLE color: 14428742.
HSL color Cylindrical-coordinate representation of color #462ADC: hue angle of 249.44º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #462ADC is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 42 | 220 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.14 |
| HSL | 249.44º | 0.72% | 0.51% | - |
| HSV(B) | 249.44º | 0.81% | 0.86% | - |
| XYZ | 16.27 | 8.13 | 68.42 | - |
| YUV | 70.66 | 212.28 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 220 | 0.68 | 0.81 | 0 | 0.14 | 249.44 | 0.72 | 0.51 |
| Hex | 46 | 2A | DC | 44 | 51 | 0 | E | F9 | 48 | 33 |
| Octal | 106 | 52 | 334 | 104 | 121 | 0 | 16 | 371 | 110 | 63 |
| Binary | 1000110 | 101010 | 11011100 | 1000100 | 1010001 | 0 | 1110 | 11111001 | 1001000 | 110011 |
Color Harmonies of #462ADC
Complementary color
Monochromatic Colors of #462ADC
Black with #462ADC
Text Example
Text Example
White with #462ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462ADC; }
p { color: rgb(70,42,220); }
H1.HeaderClassName
{
color: #462ADC;
}
.AnyTagClassName
{
color: #462ADC;
}
</style>
background-color css
<style>
a { background-color: #462ADC; }
a { background-color: rgb(70,42,220); }
div.DivClassName
{
background-color: #462ADC;
}
.BgClassName
{
background-color: #462ADC;
}
</style>
border-color css
<style>
span { border-color: #462ADC; }
span { border-color: rgb(70,42,220); }
td.TdClassName
{
border-color: #462ADC;
}
.TagClassName
{
border-color: #462ADC;
}
</style>