Shades of Han Purple #460FE2
Tints of Han Purple #460FE2
RGB
CMYK
RGB Variations
Color information
#460FE2 (or 0x460FE2) is known color: Han Purple. HEX triplet: 46, 0F and E2. RGB value is (70,15,226). Sum of RGB (Red+Green+Blue) = 70+15+226=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 226 (88.67% from 255 or 72.67% from 311); Max value from RGB is 226 - color contains mainly: blue. Hex color #460FE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FE2 is #B9F01D. Grayscale: #363636. Windows color (decimal): -12185630 or 14815046. OLE color: 14815046.
HSL color Cylindrical-coordinate representation of color #460FE2: hue angle of 255.64º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460FE2 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 15 | 226 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.11 |
| HSL | 255.64º | 0.88% | 0.47% | - |
| HSV(B) | 255.64º | 0.93% | 0.89% | - |
| XYZ | 16.42 | 7.13 | 72.46 | - |
| YUV | 55.5 | 224.22 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 226 | 0.69 | 0.93 | 0 | 0.11 | 255.64 | 0.88 | 0.47 |
| Hex | 46 | F | E2 | 45 | 5D | 0 | B | 100 | 58 | 2F |
| Octal | 106 | 17 | 342 | 105 | 135 | 0 | 13 | 400 | 130 | 57 |
| Binary | 1000110 | 1111 | 11100010 | 1000101 | 1011101 | 0 | 1011 | 100000000 | 1011000 | 101111 |
Color Harmonies of #460FE2
Complementary color
Monochromatic Colors of #460FE2
Black with #460FE2
Text Example
Text Example
White with #460FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FE2; }
p { color: rgb(70,15,226); }
H1.HeaderClassName
{
color: #460FE2;
}
.AnyTagClassName
{
color: #460FE2;
}
</style>
background-color css
<style>
a { background-color: #460FE2; }
a { background-color: rgb(70,15,226); }
div.DivClassName
{
background-color: #460FE2;
}
.BgClassName
{
background-color: #460FE2;
}
</style>
border-color css
<style>
span { border-color: #460FE2; }
span { border-color: rgb(70,15,226); }
td.TdClassName
{
border-color: #460FE2;
}
.TagClassName
{
border-color: #460FE2;
}
</style>