Shades of Han Purple #460ADB
Tints of Han Purple #460ADB
RGB
CMYK
RGB Variations
Color information
#460ADB (or 0x460ADB) is known color: Han Purple. HEX triplet: 46, 0A and DB. RGB value is (70,10,219). Sum of RGB (Red+Green+Blue) = 70+10+219=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #460ADB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460ADB is #B9F524. Grayscale: #323232. Windows color (decimal): -12186917 or 14355014. OLE color: 14355014.
HSL color Cylindrical-coordinate representation of color #460ADB: hue angle of 257.22º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460ADB is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 10 | 219 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.14 |
| HSL | 257.22º | 0.91% | 0.45% | - |
| HSV(B) | 257.22º | 0.95% | 0.86% | - |
| XYZ | 15.42 | 6.63 | 67.49 | - |
| YUV | 51.77 | 222.38 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 219 | 0.68 | 0.95 | 0 | 0.14 | 257.22 | 0.91 | 0.45 |
| Hex | 46 | A | DB | 44 | 5F | 0 | E | 101 | 5B | 2D |
| Octal | 106 | 12 | 333 | 104 | 137 | 0 | 16 | 401 | 133 | 55 |
| Binary | 1000110 | 1010 | 11011011 | 1000100 | 1011111 | 0 | 1110 | 100000001 | 1011011 | 101101 |
Color Harmonies of #460ADB
Complementary color
Monochromatic Colors of #460ADB
Black with #460ADB
Text Example
Text Example
White with #460ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460ADB; }
p { color: rgb(70,10,219); }
H1.HeaderClassName
{
color: #460ADB;
}
.AnyTagClassName
{
color: #460ADB;
}
</style>
background-color css
<style>
a { background-color: #460ADB; }
a { background-color: rgb(70,10,219); }
div.DivClassName
{
background-color: #460ADB;
}
.BgClassName
{
background-color: #460ADB;
}
</style>
border-color css
<style>
span { border-color: #460ADB; }
span { border-color: rgb(70,10,219); }
td.TdClassName
{
border-color: #460ADB;
}
.TagClassName
{
border-color: #460ADB;
}
</style>