Shades of Han Purple #460FEC
Tints of Han Purple #460FEC
RGB
CMYK
RGB Variations
Color information
#460FEC (or 0x460FEC) is known color: Han Purple. HEX triplet: 46, 0F and EC. RGB value is (70,15,236). Sum of RGB (Red+Green+Blue) = 70+15+236=321 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.81% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 236 (92.58% from 255 or 73.52% from 321); Max value from RGB is 236 - color contains mainly: blue. Hex color #460FEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460FEC is #B9F013. Grayscale: #373737. Windows color (decimal): -12185620 or 15470406. OLE color: 15470406.
HSL color Cylindrical-coordinate representation of color #460FEC: hue angle of 254.93º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460FEC is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 15 | 236 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.07 |
| HSL | 254.93º | 0.88% | 0.49% | - |
| HSV(B) | 254.93º | 0.94% | 0.93% | - |
| XYZ | 17.84 | 7.7 | 79.9 | - |
| YUV | 56.64 | 229.22 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 236 | 0.70 | 0.94 | 0 | 0.07 | 254.93 | 0.88 | 0.49 |
| Hex | 46 | F | EC | 46 | 5E | 0 | 7 | FF | 58 | 31 |
| Octal | 106 | 17 | 354 | 106 | 136 | 0 | 7 | 377 | 130 | 61 |
| Binary | 1000110 | 1111 | 11101100 | 1000110 | 1011110 | 0 | 111 | 11111111 | 1011000 | 110001 |
Color Harmonies of #460FEC
Complementary color
Monochromatic Colors of #460FEC
Black with #460FEC
Text Example
Text Example
White with #460FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FEC; }
p { color: rgb(70,15,236); }
H1.HeaderClassName
{
color: #460FEC;
}
.AnyTagClassName
{
color: #460FEC;
}
</style>
background-color css
<style>
a { background-color: #460FEC; }
a { background-color: rgb(70,15,236); }
div.DivClassName
{
background-color: #460FEC;
}
.BgClassName
{
background-color: #460FEC;
}
</style>
border-color css
<style>
span { border-color: #460FEC; }
span { border-color: rgb(70,15,236); }
td.TdClassName
{
border-color: #460FEC;
}
.TagClassName
{
border-color: #460FEC;
}
</style>