Shades of Han Purple #460ADF
Tints of Han Purple #460ADF
RGB
CMYK
RGB Variations
Color information
#460ADF (or 0x460ADF) is known color: Han Purple. HEX triplet: 46, 0A and DF. RGB value is (70,10,223). Sum of RGB (Red+Green+Blue) = 70+10+223=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #460ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460ADF is #B9F520. Grayscale: #333333. Windows color (decimal): -12186913 or 14617158. OLE color: 14617158.
HSL color Cylindrical-coordinate representation of color #460ADF: hue angle of 256.9º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460ADF is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 10 | 223 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.13 |
| HSL | 256.9º | 0.91% | 0.46% | - |
| HSV(B) | 256.9º | 0.96% | 0.87% | - |
| XYZ | 15.95 | 6.85 | 70.29 | - |
| YUV | 52.22 | 224.38 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 223 | 0.69 | 0.96 | 0 | 0.13 | 256.9 | 0.91 | 0.46 |
| Hex | 46 | A | DF | 45 | 60 | 0 | D | 101 | 5B | 2E |
| Octal | 106 | 12 | 337 | 105 | 140 | 0 | 15 | 401 | 133 | 56 |
| Binary | 1000110 | 1010 | 11011111 | 1000101 | 1100000 | 0 | 1101 | 100000001 | 1011011 | 101110 |
Color Harmonies of #460ADF
Complementary color
Monochromatic Colors of #460ADF
Black with #460ADF
Text Example
Text Example
White with #460ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460ADF; }
p { color: rgb(70,10,223); }
H1.HeaderClassName
{
color: #460ADF;
}
.AnyTagClassName
{
color: #460ADF;
}
</style>
background-color css
<style>
a { background-color: #460ADF; }
a { background-color: rgb(70,10,223); }
div.DivClassName
{
background-color: #460ADF;
}
.BgClassName
{
background-color: #460ADF;
}
</style>
border-color css
<style>
span { border-color: #460ADF; }
span { border-color: rgb(70,10,223); }
td.TdClassName
{
border-color: #460ADF;
}
.TagClassName
{
border-color: #460ADF;
}
</style>