Shades of Han Purple #460AD7
Tints of Han Purple #460AD7
RGB
CMYK
RGB Variations
Color information
#460AD7 (or 0x460AD7) is known color: Han Purple. HEX triplet: 46, 0A and D7. RGB value is (70,10,215). Sum of RGB (Red+Green+Blue) = 70+10+215=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 215 (84.38% from 255 or 72.88% from 295); Max value from RGB is 215 - color contains mainly: blue. Hex color #460AD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460AD7 is #B9F528. Grayscale: #323232. Windows color (decimal): -12186921 or 14092870. OLE color: 14092870.
HSL color Cylindrical-coordinate representation of color #460AD7: hue angle of 257.56º 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 #460AD7 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 10 | 215 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.16 |
| HSL | 257.56º | 0.91% | 0.44% | - |
| HSV(B) | 257.56º | 0.95% | 0.84% | - |
| XYZ | 14.9 | 6.43 | 64.74 | - |
| YUV | 51.31 | 220.38 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 215 | 0.67 | 0.95 | 0 | 0.16 | 257.56 | 0.91 | 0.44 |
| Hex | 46 | A | D7 | 43 | 5F | 0 | 10 | 102 | 5B | 2C |
| Octal | 106 | 12 | 327 | 103 | 137 | 0 | 20 | 402 | 133 | 54 |
| Binary | 1000110 | 1010 | 11010111 | 1000011 | 1011111 | 0 | 10000 | 100000010 | 1011011 | 101100 |
Color Harmonies of #460AD7
Complementary color
Monochromatic Colors of #460AD7
Black with #460AD7
Text Example
Text Example
White with #460AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460AD7; }
p { color: rgb(70,10,215); }
H1.HeaderClassName
{
color: #460AD7;
}
.AnyTagClassName
{
color: #460AD7;
}
</style>
background-color css
<style>
a { background-color: #460AD7; }
a { background-color: rgb(70,10,215); }
div.DivClassName
{
background-color: #460AD7;
}
.BgClassName
{
background-color: #460AD7;
}
</style>
border-color css
<style>
span { border-color: #460AD7; }
span { border-color: rgb(70,10,215); }
td.TdClassName
{
border-color: #460AD7;
}
.TagClassName
{
border-color: #460AD7;
}
</style>