Shades of Han Purple #460BE8
Tints of Han Purple #460BE8
RGB
CMYK
RGB Variations
Color information
#460BE8 (or 0x460BE8) is known color: Han Purple. HEX triplet: 46, 0B and E8. RGB value is (70,11,232). Sum of RGB (Red+Green+Blue) = 70+11+232=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 232 (91.02% from 255 or 74.12% from 313); Max value from RGB is 232 - color contains mainly: blue. Hex color #460BE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460BE8 is #B9F417. Grayscale: #353535. Windows color (decimal): -12186648 or 15207238. OLE color: 15207238.
HSL color Cylindrical-coordinate representation of color #460BE8: hue angle of 256.02º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460BE8 is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 11 | 232 | - |
| CMYK | 0.70 | 0.95 | 0 | 0.09 |
| HSL | 256.02º | 0.91% | 0.48% | - |
| HSV(B) | 256.02º | 0.95% | 0.91% | - |
| XYZ | 17.21 | 7.37 | 76.86 | - |
| YUV | 53.84 | 228.55 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 232 | 0.70 | 0.95 | 0 | 0.09 | 256.02 | 0.91 | 0.48 |
| Hex | 46 | B | E8 | 46 | 5F | 0 | 9 | 100 | 5B | 30 |
| Octal | 106 | 13 | 350 | 106 | 137 | 0 | 11 | 400 | 133 | 60 |
| Binary | 1000110 | 1011 | 11101000 | 1000110 | 1011111 | 0 | 1001 | 100000000 | 1011011 | 110000 |
Color Harmonies of #460BE8
Complementary color
Monochromatic Colors of #460BE8
Black with #460BE8
Text Example
Text Example
White with #460BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BE8; }
p { color: rgb(70,11,232); }
H1.HeaderClassName
{
color: #460BE8;
}
.AnyTagClassName
{
color: #460BE8;
}
</style>
background-color css
<style>
a { background-color: #460BE8; }
a { background-color: rgb(70,11,232); }
div.DivClassName
{
background-color: #460BE8;
}
.BgClassName
{
background-color: #460BE8;
}
</style>
border-color css
<style>
span { border-color: #460BE8; }
span { border-color: rgb(70,11,232); }
td.TdClassName
{
border-color: #460BE8;
}
.TagClassName
{
border-color: #460BE8;
}
</style>