Shades of Han Purple #460EF2
Tints of Han Purple #460EF2
RGB
CMYK
RGB Variations
Color information
#460EF2 (or 0x460EF2) is known color: Han Purple. HEX triplet: 46, 0E and F2. RGB value is (70,14,242). Sum of RGB (Red+Green+Blue) = 70+14+242=326 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.47% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 242 (94.92% from 255 or 74.23% from 326); Max value from RGB is 242 - color contains mainly: blue. Hex color #460EF2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460EF2 is #B9F10D. Grayscale: #373737. Windows color (decimal): -12185870 or 15863366. OLE color: 15863366.
HSL color Cylindrical-coordinate representation of color #460EF2: hue angle of 254.74º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460EF2 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 14 | 242 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.05 |
| HSL | 254.74º | 0.9% | 0.5% | - |
| HSV(B) | 254.74º | 0.94% | 0.95% | - |
| XYZ | 18.71 | 8.03 | 84.57 | - |
| YUV | 56.74 | 232.55 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 242 | 0.71 | 0.94 | 0 | 0.05 | 254.74 | 0.9 | 0.5 |
| Hex | 46 | E | F2 | 47 | 5E | 0 | 5 | FF | 5A | 32 |
| Octal | 106 | 16 | 362 | 107 | 136 | 0 | 5 | 377 | 132 | 62 |
| Binary | 1000110 | 1110 | 11110010 | 1000111 | 1011110 | 0 | 101 | 11111111 | 1011010 | 110010 |
Color Harmonies of #460EF2
Complementary color
Monochromatic Colors of #460EF2
Black with #460EF2
Text Example
Text Example
White with #460EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460EF2; }
p { color: rgb(70,14,242); }
H1.HeaderClassName
{
color: #460EF2;
}
.AnyTagClassName
{
color: #460EF2;
}
</style>
background-color css
<style>
a { background-color: #460EF2; }
a { background-color: rgb(70,14,242); }
div.DivClassName
{
background-color: #460EF2;
}
.BgClassName
{
background-color: #460EF2;
}
</style>
border-color css
<style>
span { border-color: #460EF2; }
span { border-color: rgb(70,14,242); }
td.TdClassName
{
border-color: #460EF2;
}
.TagClassName
{
border-color: #460EF2;
}
</style>