Shades of Han Purple #462ADF
Tints of Han Purple #462ADF
RGB
CMYK
RGB Variations
Color information
#462ADF (or 0x462ADF) is known color: Han Purple. HEX triplet: 46, 2A and DF. RGB value is (70,42,223). Sum of RGB (Red+Green+Blue) = 70+42+223=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #462ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462ADF is #B9D520. Grayscale: #464646. Windows color (decimal): -12178721 or 14625350. OLE color: 14625350.
HSL color Cylindrical-coordinate representation of color #462ADF: hue angle of 249.28º degrees, saturation: 0.74, 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 #462ADF is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 42 | 223 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.13 |
| HSL | 249.28º | 0.74% | 0.52% | - |
| HSV(B) | 249.28º | 0.81% | 0.87% | - |
| XYZ | 16.67 | 8.29 | 70.53 | - |
| YUV | 71.01 | 213.78 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 223 | 0.69 | 0.81 | 0 | 0.13 | 249.28 | 0.74 | 0.52 |
| Hex | 46 | 2A | DF | 45 | 51 | 0 | D | F9 | 4A | 34 |
| Octal | 106 | 52 | 337 | 105 | 121 | 0 | 15 | 371 | 112 | 64 |
| Binary | 1000110 | 101010 | 11011111 | 1000101 | 1010001 | 0 | 1101 | 11111001 | 1001010 | 110100 |
Color Harmonies of #462ADF
Complementary color
Monochromatic Colors of #462ADF
Black with #462ADF
Text Example
Text Example
White with #462ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462ADF; }
p { color: rgb(70,42,223); }
H1.HeaderClassName
{
color: #462ADF;
}
.AnyTagClassName
{
color: #462ADF;
}
</style>
background-color css
<style>
a { background-color: #462ADF; }
a { background-color: rgb(70,42,223); }
div.DivClassName
{
background-color: #462ADF;
}
.BgClassName
{
background-color: #462ADF;
}
</style>
border-color css
<style>
span { border-color: #462ADF; }
span { border-color: rgb(70,42,223); }
td.TdClassName
{
border-color: #462ADF;
}
.TagClassName
{
border-color: #462ADF;
}
</style>