Shades of Han Purple #460AFF
Tints of Han Purple #460AFF
RGB
CMYK
RGB Variations
Color information
#460AFF (or 0x460AFF) is known color: Han Purple. HEX triplet: 46, 0A and FF. RGB value is (70,10,255). Sum of RGB (Red+Green+Blue) = 70+10+255=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 10 (4.30% from 255 or 2.99% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #460AFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #460AFF is #B9F500. Grayscale: #363636. Windows color (decimal): -12186881 or 16714310. OLE color: 16714310.
HSL color Cylindrical-coordinate representation of color #460AFF: hue angle of 254.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460AFF is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 10 | 255 | - |
| CMYK | 0.73 | 0.96 | 0 | 0 |
| HSL | 254.69º | 1% | 0.52% | - |
| HSV(B) | 254.69º | 0.96% | 1% | - |
| XYZ | 20.68 | 8.74 | 95.2 | - |
| YUV | 55.87 | 240.38 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 255 | 0.73 | 0.96 | 0 | 0 | 254.69 | 1 | 0.52 |
| Hex | 46 | A | FF | 49 | 60 | 0 | 0 | FF | 64 | 34 |
| Octal | 106 | 12 | 377 | 111 | 140 | 0 | 0 | 377 | 144 | 64 |
| Binary | 1000110 | 1010 | 11111111 | 1001001 | 1100000 | 0 | 0 | 11111111 | 1100100 | 110100 |
Color Harmonies of #460AFF
Complementary color
Monochromatic Colors of #460AFF
Black with #460AFF
Text Example
Text Example
White with #460AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460AFF; }
p { color: rgb(70,10,255); }
H1.HeaderClassName
{
color: #460AFF;
}
.AnyTagClassName
{
color: #460AFF;
}
</style>
background-color css
<style>
a { background-color: #460AFF; }
a { background-color: rgb(70,10,255); }
div.DivClassName
{
background-color: #460AFF;
}
.BgClassName
{
background-color: #460AFF;
}
</style>
border-color css
<style>
span { border-color: #460AFF; }
span { border-color: rgb(70,10,255); }
td.TdClassName
{
border-color: #460AFF;
}
.TagClassName
{
border-color: #460AFF;
}
</style>