Shades of Han Purple #462EDF
Tints of Han Purple #462EDF
RGB
CMYK
RGB Variations
Color information
#462EDF (or 0x462EDF) is known color: Han Purple. HEX triplet: 46, 2E and DF. RGB value is (70,46,223). Sum of RGB (Red+Green+Blue) = 70+46+223=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #462EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #462EDF is #B9D120. Grayscale: #484848. Windows color (decimal): -12177697 or 14626374. OLE color: 14626374.
HSL color Cylindrical-coordinate representation of color #462EDF: hue angle of 248.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #462EDF is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 46 | 223 | - |
| CMYK | 0.69 | 0.79 | 0 | 0.13 |
| HSL | 248.14º | 0.73% | 0.53% | - |
| HSV(B) | 248.14º | 0.79% | 0.87% | - |
| XYZ | 16.82 | 8.58 | 70.58 | - |
| YUV | 73.35 | 212.45 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 46 | 223 | 0.69 | 0.79 | 0 | 0.13 | 248.14 | 0.73 | 0.53 |
| Hex | 46 | 2E | DF | 45 | 4F | 0 | D | F8 | 49 | 35 |
| Octal | 106 | 56 | 337 | 105 | 117 | 0 | 15 | 370 | 111 | 65 |
| Binary | 1000110 | 101110 | 11011111 | 1000101 | 1001111 | 0 | 1101 | 11111000 | 1001001 | 110101 |
Color Harmonies of #462EDF
Complementary color
Monochromatic Colors of #462EDF
Black with #462EDF
Text Example
Text Example
White with #462EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462EDF; }
p { color: rgb(70,46,223); }
H1.HeaderClassName
{
color: #462EDF;
}
.AnyTagClassName
{
color: #462EDF;
}
</style>
background-color css
<style>
a { background-color: #462EDF; }
a { background-color: rgb(70,46,223); }
div.DivClassName
{
background-color: #462EDF;
}
.BgClassName
{
background-color: #462EDF;
}
</style>
border-color css
<style>
span { border-color: #462EDF; }
span { border-color: rgb(70,46,223); }
td.TdClassName
{
border-color: #462EDF;
}
.TagClassName
{
border-color: #462EDF;
}
</style>