Shades of Han Purple #460AD4
Tints of Han Purple #460AD4
RGB
CMYK
RGB Variations
Color information
#460AD4 (or 0x460AD4) is known color: Han Purple. HEX triplet: 46, 0A and D4. RGB value is (70,10,212). Sum of RGB (Red+Green+Blue) = 70+10+212=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 212 (83.20% from 255 or 72.60% from 292); Max value from RGB is 212 - color contains mainly: blue. Hex color #460AD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460AD4 is #B9F52B. Grayscale: #323232. Windows color (decimal): -12186924 or 13896262. OLE color: 13896262.
HSL color Cylindrical-coordinate representation of color #460AD4: hue angle of 257.82º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460AD4 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 10 | 212 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.17 |
| HSL | 257.82º | 0.91% | 0.44% | - |
| HSV(B) | 257.82º | 0.95% | 0.83% | - |
| XYZ | 14.52 | 6.27 | 62.73 | - |
| YUV | 50.97 | 218.88 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 212 | 0.67 | 0.95 | 0 | 0.17 | 257.82 | 0.91 | 0.44 |
| Hex | 46 | A | D4 | 43 | 5F | 0 | 11 | 102 | 5B | 2C |
| Octal | 106 | 12 | 324 | 103 | 137 | 0 | 21 | 402 | 133 | 54 |
| Binary | 1000110 | 1010 | 11010100 | 1000011 | 1011111 | 0 | 10001 | 100000010 | 1011011 | 101100 |
Color Harmonies of #460AD4
Complementary color
Monochromatic Colors of #460AD4
Black with #460AD4
Text Example
Text Example
White with #460AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460AD4; }
p { color: rgb(70,10,212); }
H1.HeaderClassName
{
color: #460AD4;
}
.AnyTagClassName
{
color: #460AD4;
}
</style>
background-color css
<style>
a { background-color: #460AD4; }
a { background-color: rgb(70,10,212); }
div.DivClassName
{
background-color: #460AD4;
}
.BgClassName
{
background-color: #460AD4;
}
</style>
border-color css
<style>
span { border-color: #460AD4; }
span { border-color: rgb(70,10,212); }
td.TdClassName
{
border-color: #460AD4;
}
.TagClassName
{
border-color: #460AD4;
}
</style>