Shades of Han Purple #460EDF
Tints of Han Purple #460EDF
RGB
CMYK
RGB Variations
Color information
#460EDF (or 0x460EDF) is known color: Han Purple. HEX triplet: 46, 0E and DF. RGB value is (70,14,223). Sum of RGB (Red+Green+Blue) = 70+14+223=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #460EDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460EDF is #B9F120. Grayscale: #353535. Windows color (decimal): -12185889 or 14618182. OLE color: 14618182.
HSL color Cylindrical-coordinate representation of color #460EDF: hue angle of 256.08º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460EDF is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 14 | 223 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.13 |
| HSL | 256.08º | 0.88% | 0.46% | - |
| HSV(B) | 256.08º | 0.94% | 0.87% | - |
| XYZ | 16 | 6.94 | 70.31 | - |
| YUV | 54.57 | 223.05 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 223 | 0.69 | 0.94 | 0 | 0.13 | 256.08 | 0.88 | 0.46 |
| Hex | 46 | E | DF | 45 | 5E | 0 | D | 100 | 58 | 2E |
| Octal | 106 | 16 | 337 | 105 | 136 | 0 | 15 | 400 | 130 | 56 |
| Binary | 1000110 | 1110 | 11011111 | 1000101 | 1011110 | 0 | 1101 | 100000000 | 1011000 | 101110 |
Color Harmonies of #460EDF
Complementary color
Monochromatic Colors of #460EDF
Black with #460EDF
Text Example
Text Example
White with #460EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460EDF; }
p { color: rgb(70,14,223); }
H1.HeaderClassName
{
color: #460EDF;
}
.AnyTagClassName
{
color: #460EDF;
}
</style>
background-color css
<style>
a { background-color: #460EDF; }
a { background-color: rgb(70,14,223); }
div.DivClassName
{
background-color: #460EDF;
}
.BgClassName
{
background-color: #460EDF;
}
</style>
border-color css
<style>
span { border-color: #460EDF; }
span { border-color: rgb(70,14,223); }
td.TdClassName
{
border-color: #460EDF;
}
.TagClassName
{
border-color: #460EDF;
}
</style>