Shades of Han Purple #460FEE
Tints of Han Purple #460FEE
RGB
CMYK
RGB Variations
Color information
#460FEE (or 0x460FEE) is known color: Han Purple. HEX triplet: 46, 0F and EE. RGB value is (70,15,238). Sum of RGB (Red+Green+Blue) = 70+15+238=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 238 (93.36% from 255 or 73.68% from 323); Max value from RGB is 238 - color contains mainly: blue. Hex color #460FEE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460FEE is #B9F011. Grayscale: #383838. Windows color (decimal): -12185618 or 15601478. OLE color: 15601478.
HSL color Cylindrical-coordinate representation of color #460FEE: hue angle of 254.8º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460FEE is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 15 | 238 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.07 |
| HSL | 254.8º | 0.88% | 0.5% | - |
| HSV(B) | 254.8º | 0.94% | 0.93% | - |
| XYZ | 18.13 | 7.82 | 81.44 | - |
| YUV | 56.87 | 230.22 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 238 | 0.71 | 0.94 | 0 | 0.07 | 254.8 | 0.88 | 0.5 |
| Hex | 46 | F | EE | 47 | 5E | 0 | 7 | FF | 58 | 32 |
| Octal | 106 | 17 | 356 | 107 | 136 | 0 | 7 | 377 | 130 | 62 |
| Binary | 1000110 | 1111 | 11101110 | 1000111 | 1011110 | 0 | 111 | 11111111 | 1011000 | 110010 |
Color Harmonies of #460FEE
Complementary color
Monochromatic Colors of #460FEE
Black with #460FEE
Text Example
Text Example
White with #460FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FEE; }
p { color: rgb(70,15,238); }
H1.HeaderClassName
{
color: #460FEE;
}
.AnyTagClassName
{
color: #460FEE;
}
</style>
background-color css
<style>
a { background-color: #460FEE; }
a { background-color: rgb(70,15,238); }
div.DivClassName
{
background-color: #460FEE;
}
.BgClassName
{
background-color: #460FEE;
}
</style>
border-color css
<style>
span { border-color: #460FEE; }
span { border-color: rgb(70,15,238); }
td.TdClassName
{
border-color: #460FEE;
}
.TagClassName
{
border-color: #460FEE;
}
</style>