Shades of Han Purple #460AD6
Tints of Han Purple #460AD6
RGB
CMYK
RGB Variations
Color information
#460AD6 (or 0x460AD6) is known color: Han Purple. HEX triplet: 46, 0A and D6. RGB value is (70,10,214). Sum of RGB (Red+Green+Blue) = 70+10+214=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 214 (83.98% from 255 or 72.79% from 294); Max value from RGB is 214 - color contains mainly: blue. Hex color #460AD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460AD6 is #B9F529. Grayscale: #323232. Windows color (decimal): -12186922 or 14027334. OLE color: 14027334.
HSL color Cylindrical-coordinate representation of color #460AD6: hue angle of 257.65º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460AD6 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 10 | 214 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.16 |
| HSL | 257.65º | 0.91% | 0.44% | - |
| HSV(B) | 257.65º | 0.95% | 0.84% | - |
| XYZ | 14.77 | 6.37 | 64.07 | - |
| YUV | 51.2 | 219.88 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 214 | 0.67 | 0.95 | 0 | 0.16 | 257.65 | 0.91 | 0.44 |
| Hex | 46 | A | D6 | 43 | 5F | 0 | 10 | 102 | 5B | 2C |
| Octal | 106 | 12 | 326 | 103 | 137 | 0 | 20 | 402 | 133 | 54 |
| Binary | 1000110 | 1010 | 11010110 | 1000011 | 1011111 | 0 | 10000 | 100000010 | 1011011 | 101100 |
Color Harmonies of #460AD6
Complementary color
Monochromatic Colors of #460AD6
Black with #460AD6
Text Example
Text Example
White with #460AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460AD6; }
p { color: rgb(70,10,214); }
H1.HeaderClassName
{
color: #460AD6;
}
.AnyTagClassName
{
color: #460AD6;
}
</style>
background-color css
<style>
a { background-color: #460AD6; }
a { background-color: rgb(70,10,214); }
div.DivClassName
{
background-color: #460AD6;
}
.BgClassName
{
background-color: #460AD6;
}
</style>
border-color css
<style>
span { border-color: #460AD6; }
span { border-color: rgb(70,10,214); }
td.TdClassName
{
border-color: #460AD6;
}
.TagClassName
{
border-color: #460AD6;
}
</style>