Shades of Han Purple #460BEB
Tints of Han Purple #460BEB
RGB
CMYK
RGB Variations
Color information
#460BEB (or 0x460BEB) is known color: Han Purple. HEX triplet: 46, 0B and EB. RGB value is (70,11,235). Sum of RGB (Red+Green+Blue) = 70+11+235=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 235 (92.19% from 255 or 74.37% from 316); Max value from RGB is 235 - color contains mainly: blue. Hex color #460BEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460BEB is #B9F414. Grayscale: #353535. Windows color (decimal): -12186645 or 15403846. OLE color: 15403846.
HSL color Cylindrical-coordinate representation of color #460BEB: hue angle of 255.8º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460BEB is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 11 | 235 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.08 |
| HSL | 255.8º | 0.91% | 0.48% | - |
| HSV(B) | 255.8º | 0.95% | 0.92% | - |
| XYZ | 17.64 | 7.54 | 79.12 | - |
| YUV | 54.18 | 230.05 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 235 | 0.70 | 0.95 | 0 | 0.08 | 255.8 | 0.91 | 0.48 |
| Hex | 46 | B | EB | 46 | 5F | 0 | 8 | 100 | 5B | 30 |
| Octal | 106 | 13 | 353 | 106 | 137 | 0 | 10 | 400 | 133 | 60 |
| Binary | 1000110 | 1011 | 11101011 | 1000110 | 1011111 | 0 | 1000 | 100000000 | 1011011 | 110000 |
Color Harmonies of #460BEB
Complementary color
Monochromatic Colors of #460BEB
Black with #460BEB
Text Example
Text Example
White with #460BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BEB; }
p { color: rgb(70,11,235); }
H1.HeaderClassName
{
color: #460BEB;
}
.AnyTagClassName
{
color: #460BEB;
}
</style>
background-color css
<style>
a { background-color: #460BEB; }
a { background-color: rgb(70,11,235); }
div.DivClassName
{
background-color: #460BEB;
}
.BgClassName
{
background-color: #460BEB;
}
</style>
border-color css
<style>
span { border-color: #460BEB; }
span { border-color: rgb(70,11,235); }
td.TdClassName
{
border-color: #460BEB;
}
.TagClassName
{
border-color: #460BEB;
}
</style>