Shades of Han Purple #460BD0
Tints of Han Purple #460BD0
RGB
CMYK
RGB Variations
Color information
#460BD0 (or 0x460BD0) is known color: Han Purple. HEX triplet: 46, 0B and D0. RGB value is (70,11,208). Sum of RGB (Red+Green+Blue) = 70+11+208=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 208 (81.64% from 255 or 71.97% from 289); Max value from RGB is 208 - color contains mainly: blue. Hex color #460BD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BD0 is #B9F42F. Grayscale: #323232. Windows color (decimal): -12186672 or 13634374. OLE color: 13634374.
HSL color Cylindrical-coordinate representation of color #460BD0: hue angle of 257.97º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460BD0 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 11 | 208 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.18 |
| HSL | 257.97º | 0.9% | 0.43% | - |
| HSV(B) | 257.97º | 0.95% | 0.82% | - |
| XYZ | 14.03 | 6.1 | 60.11 | - |
| YUV | 51.1 | 216.55 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 208 | 0.66 | 0.95 | 0 | 0.18 | 257.97 | 0.9 | 0.43 |
| Hex | 46 | B | D0 | 42 | 5F | 0 | 12 | 102 | 5A | 2B |
| Octal | 106 | 13 | 320 | 102 | 137 | 0 | 22 | 402 | 132 | 53 |
| Binary | 1000110 | 1011 | 11010000 | 1000010 | 1011111 | 0 | 10010 | 100000010 | 1011010 | 101011 |
Color Harmonies of #460BD0
Complementary color
Monochromatic Colors of #460BD0
Black with #460BD0
Text Example
Text Example
White with #460BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BD0; }
p { color: rgb(70,11,208); }
H1.HeaderClassName
{
color: #460BD0;
}
.AnyTagClassName
{
color: #460BD0;
}
</style>
background-color css
<style>
a { background-color: #460BD0; }
a { background-color: rgb(70,11,208); }
div.DivClassName
{
background-color: #460BD0;
}
.BgClassName
{
background-color: #460BD0;
}
</style>
border-color css
<style>
span { border-color: #460BD0; }
span { border-color: rgb(70,11,208); }
td.TdClassName
{
border-color: #460BD0;
}
.TagClassName
{
border-color: #460BD0;
}
</style>