Shades of Han Purple #460EFB
Tints of Han Purple #460EFB
RGB
CMYK
RGB Variations
Color information
#460EFB (or 0x460EFB) is known color: Han Purple. HEX triplet: 46, 0E and FB. RGB value is (70,14,251). Sum of RGB (Red+Green+Blue) = 70+14+251=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #460EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460EFB is #B9F104. Grayscale: #383838. Windows color (decimal): -12185861 or 16453190. OLE color: 16453190.
HSL color Cylindrical-coordinate representation of color #460EFB: hue angle of 254.18º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460EFB is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 14 | 251 | - |
| CMYK | 0.72 | 0.94 | 0 | 0.02 |
| HSL | 254.18º | 0.97% | 0.52% | - |
| HSV(B) | 254.18º | 0.94% | 0.98% | - |
| XYZ | 20.1 | 8.58 | 91.86 | - |
| YUV | 57.76 | 237.05 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 251 | 0.72 | 0.94 | 0 | 0.02 | 254.18 | 0.97 | 0.52 |
| Hex | 46 | E | FB | 48 | 5E | 0 | 2 | FE | 61 | 34 |
| Octal | 106 | 16 | 373 | 110 | 136 | 0 | 2 | 376 | 141 | 64 |
| Binary | 1000110 | 1110 | 11111011 | 1001000 | 1011110 | 0 | 10 | 11111110 | 1100001 | 110100 |
Color Harmonies of #460EFB
Complementary color
Monochromatic Colors of #460EFB
Black with #460EFB
Text Example
Text Example
White with #460EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460EFB; }
p { color: rgb(70,14,251); }
H1.HeaderClassName
{
color: #460EFB;
}
.AnyTagClassName
{
color: #460EFB;
}
</style>
background-color css
<style>
a { background-color: #460EFB; }
a { background-color: rgb(70,14,251); }
div.DivClassName
{
background-color: #460EFB;
}
.BgClassName
{
background-color: #460EFB;
}
</style>
border-color css
<style>
span { border-color: #460EFB; }
span { border-color: rgb(70,14,251); }
td.TdClassName
{
border-color: #460EFB;
}
.TagClassName
{
border-color: #460EFB;
}
</style>