Shades of Han Purple #460FEB
Tints of Han Purple #460FEB
RGB
CMYK
RGB Variations
Color information
#460FEB (or 0x460FEB) is known color: Han Purple. HEX triplet: 46, 0F and EB. RGB value is (70,15,235). Sum of RGB (Red+Green+Blue) = 70+15+235=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 235 (92.19% from 255 or 73.44% from 320); Max value from RGB is 235 - color contains mainly: blue. Hex color #460FEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460FEB is #B9F014. Grayscale: #373737. Windows color (decimal): -12185621 or 15404870. OLE color: 15404870.
HSL color Cylindrical-coordinate representation of color #460FEB: hue angle of 255º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460FEB is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 15 | 235 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.08 |
| HSL | 255º | 0.88% | 0.49% | - |
| HSV(B) | 255º | 0.94% | 0.92% | - |
| XYZ | 17.69 | 7.64 | 79.14 | - |
| YUV | 56.53 | 228.72 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 235 | 0.70 | 0.94 | 0 | 0.08 | 255 | 0.88 | 0.49 |
| Hex | 46 | F | EB | 46 | 5E | 0 | 8 | FF | 58 | 31 |
| Octal | 106 | 17 | 353 | 106 | 136 | 0 | 10 | 377 | 130 | 61 |
| Binary | 1000110 | 1111 | 11101011 | 1000110 | 1011110 | 0 | 1000 | 11111111 | 1011000 | 110001 |
Color Harmonies of #460FEB
Complementary color
Monochromatic Colors of #460FEB
Black with #460FEB
Text Example
Text Example
White with #460FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FEB; }
p { color: rgb(70,15,235); }
H1.HeaderClassName
{
color: #460FEB;
}
.AnyTagClassName
{
color: #460FEB;
}
</style>
background-color css
<style>
a { background-color: #460FEB; }
a { background-color: rgb(70,15,235); }
div.DivClassName
{
background-color: #460FEB;
}
.BgClassName
{
background-color: #460FEB;
}
</style>
border-color css
<style>
span { border-color: #460FEB; }
span { border-color: rgb(70,15,235); }
td.TdClassName
{
border-color: #460FEB;
}
.TagClassName
{
border-color: #460FEB;
}
</style>