Shades of Han Purple #460ACE
Tints of Han Purple #460ACE
RGB
CMYK
RGB Variations
Color information
#460ACE (or 0x460ACE) is known color: Han Purple. HEX triplet: 46, 0A and CE. RGB value is (70,10,206). Sum of RGB (Red+Green+Blue) = 70+10+206=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 10 (4.30% from 255 or 3.50% from 286); Blue value is 206 (80.86% from 255 or 72.03% from 286); Max value from RGB is 206 - color contains mainly: blue. Hex color #460ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460ACE is #B9F531. Grayscale: #313131. Windows color (decimal): -12186930 or 13503046. OLE color: 13503046.
HSL color Cylindrical-coordinate representation of color #460ACE: hue angle of 258.37º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460ACE is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 10 | 206 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.19 |
| HSL | 258.37º | 0.91% | 0.42% | - |
| HSV(B) | 258.37º | 0.95% | 0.81% | - |
| XYZ | 13.77 | 5.98 | 58.82 | - |
| YUV | 50.28 | 215.88 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 206 | 0.66 | 0.95 | 0 | 0.19 | 258.37 | 0.91 | 0.42 |
| Hex | 46 | A | CE | 42 | 5F | 0 | 13 | 102 | 5B | 2A |
| Octal | 106 | 12 | 316 | 102 | 137 | 0 | 23 | 402 | 133 | 52 |
| Binary | 1000110 | 1010 | 11001110 | 1000010 | 1011111 | 0 | 10011 | 100000010 | 1011011 | 101010 |
Color Harmonies of #460ACE
Complementary color
Monochromatic Colors of #460ACE
Black with #460ACE
Text Example
Text Example
White with #460ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460ACE; }
p { color: rgb(70,10,206); }
H1.HeaderClassName
{
color: #460ACE;
}
.AnyTagClassName
{
color: #460ACE;
}
</style>
background-color css
<style>
a { background-color: #460ACE; }
a { background-color: rgb(70,10,206); }
div.DivClassName
{
background-color: #460ACE;
}
.BgClassName
{
background-color: #460ACE;
}
</style>
border-color css
<style>
span { border-color: #460ACE; }
span { border-color: rgb(70,10,206); }
td.TdClassName
{
border-color: #460ACE;
}
.TagClassName
{
border-color: #460ACE;
}
</style>