Shades of Han Purple #460BDE
Tints of Han Purple #460BDE
RGB
CMYK
RGB Variations
Color information
#460BDE (or 0x460BDE) is known color: Han Purple. HEX triplet: 46, 0B and DE. RGB value is (70,11,222). Sum of RGB (Red+Green+Blue) = 70+11+222=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #460BDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460BDE is #B9F421. Grayscale: #333333. Windows color (decimal): -12186658 or 14551878. OLE color: 14551878.
HSL color Cylindrical-coordinate representation of color #460BDE: hue angle of 256.78º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460BDE is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 11 | 222 | - |
| CMYK | 0.68 | 0.95 | 0 | 0.13 |
| HSL | 256.78º | 0.91% | 0.46% | - |
| HSV(B) | 256.78º | 0.95% | 0.87% | - |
| XYZ | 15.83 | 6.82 | 69.59 | - |
| YUV | 52.7 | 223.55 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 222 | 0.68 | 0.95 | 0 | 0.13 | 256.78 | 0.91 | 0.46 |
| Hex | 46 | B | DE | 44 | 5F | 0 | D | 101 | 5B | 2E |
| Octal | 106 | 13 | 336 | 104 | 137 | 0 | 15 | 401 | 133 | 56 |
| Binary | 1000110 | 1011 | 11011110 | 1000100 | 1011111 | 0 | 1101 | 100000001 | 1011011 | 101110 |
Color Harmonies of #460BDE
Complementary color
Monochromatic Colors of #460BDE
Black with #460BDE
Text Example
Text Example
White with #460BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BDE; }
p { color: rgb(70,11,222); }
H1.HeaderClassName
{
color: #460BDE;
}
.AnyTagClassName
{
color: #460BDE;
}
</style>
background-color css
<style>
a { background-color: #460BDE; }
a { background-color: rgb(70,11,222); }
div.DivClassName
{
background-color: #460BDE;
}
.BgClassName
{
background-color: #460BDE;
}
</style>
border-color css
<style>
span { border-color: #460BDE; }
span { border-color: rgb(70,11,222); }
td.TdClassName
{
border-color: #460BDE;
}
.TagClassName
{
border-color: #460BDE;
}
</style>