Shades of Han Purple #460FF5
Tints of Han Purple #460FF5
RGB
CMYK
RGB Variations
Color information
#460FF5 (or 0x460FF5) is known color: Han Purple. HEX triplet: 46, 0F and F5. RGB value is (70,15,245). Sum of RGB (Red+Green+Blue) = 70+15+245=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 245 (96.09% from 255 or 74.24% from 330); Max value from RGB is 245 - color contains mainly: blue. Hex color #460FF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460FF5 is #B9F00A. Grayscale: #383838. Windows color (decimal): -12185611 or 16060230. OLE color: 16060230.
HSL color Cylindrical-coordinate representation of color #460FF5: hue angle of 254.35º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460FF5 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 15 | 245 | - |
| CMYK | 0.71 | 0.94 | 0 | 0.04 |
| HSL | 254.35º | 0.92% | 0.51% | - |
| HSV(B) | 254.35º | 0.94% | 0.96% | - |
| XYZ | 19.18 | 8.24 | 86.97 | - |
| YUV | 57.67 | 233.72 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 245 | 0.71 | 0.94 | 0 | 0.04 | 254.35 | 0.92 | 0.51 |
| Hex | 46 | F | F5 | 47 | 5E | 0 | 4 | FE | 5C | 33 |
| Octal | 106 | 17 | 365 | 107 | 136 | 0 | 4 | 376 | 134 | 63 |
| Binary | 1000110 | 1111 | 11110101 | 1000111 | 1011110 | 0 | 100 | 11111110 | 1011100 | 110011 |
Color Harmonies of #460FF5
Complementary color
Monochromatic Colors of #460FF5
Black with #460FF5
Text Example
Text Example
White with #460FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FF5; }
p { color: rgb(70,15,245); }
H1.HeaderClassName
{
color: #460FF5;
}
.AnyTagClassName
{
color: #460FF5;
}
</style>
background-color css
<style>
a { background-color: #460FF5; }
a { background-color: rgb(70,15,245); }
div.DivClassName
{
background-color: #460FF5;
}
.BgClassName
{
background-color: #460FF5;
}
</style>
border-color css
<style>
span { border-color: #460FF5; }
span { border-color: rgb(70,15,245); }
td.TdClassName
{
border-color: #460FF5;
}
.TagClassName
{
border-color: #460FF5;
}
</style>