Shades of Han Purple #460BFE
Tints of Han Purple #460BFE
RGB
CMYK
RGB Variations
Color information
#460BFE (or 0x460BFE) is known color: Han Purple. HEX triplet: 46, 0B and FE. RGB value is (70,11,254). Sum of RGB (Red+Green+Blue) = 70+11+254=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #460BFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460BFE is #B9F401. Grayscale: #373737. Windows color (decimal): -12186626 or 16649030. OLE color: 16649030.
HSL color Cylindrical-coordinate representation of color #460BFE: hue angle of 254.57º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460BFE is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 11 | 254 | - |
| CMYK | 0.72 | 0.96 | 0 | 0.00 |
| HSL | 254.57º | 0.99% | 0.52% | - |
| HSV(B) | 254.57º | 0.96% | 1% | - |
| XYZ | 20.53 | 8.7 | 94.36 | - |
| YUV | 56.34 | 239.55 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 254 | 0.72 | 0.96 | 0 | 0.00 | 254.57 | 0.99 | 0.52 |
| Hex | 46 | B | FE | 48 | 60 | 0 | 0 | FF | 63 | 34 |
| Octal | 106 | 13 | 376 | 110 | 140 | 0 | 0 | 377 | 143 | 64 |
| Binary | 1000110 | 1011 | 11111110 | 1001000 | 1100000 | 0 | 0 | 11111111 | 1100011 | 110100 |
Color Harmonies of #460BFE
Complementary color
Monochromatic Colors of #460BFE
Black with #460BFE
Text Example
Text Example
White with #460BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460BFE; }
p { color: rgb(70,11,254); }
H1.HeaderClassName
{
color: #460BFE;
}
.AnyTagClassName
{
color: #460BFE;
}
</style>
background-color css
<style>
a { background-color: #460BFE; }
a { background-color: rgb(70,11,254); }
div.DivClassName
{
background-color: #460BFE;
}
.BgClassName
{
background-color: #460BFE;
}
</style>
border-color css
<style>
span { border-color: #460BFE; }
span { border-color: rgb(70,11,254); }
td.TdClassName
{
border-color: #460BFE;
}
.TagClassName
{
border-color: #460BFE;
}
</style>