Shades of Han Purple #460FD1
Tints of Han Purple #460FD1
RGB
CMYK
RGB Variations
Color information
#460FD1 (or 0x460FD1) is known color: Han Purple. HEX triplet: 46, 0F and D1. RGB value is (70,15,209). Sum of RGB (Red+Green+Blue) = 70+15+209=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 15 (6.25% from 255 or 5.10% from 294); Blue value is 209 (82.03% from 255 or 71.09% from 294); Max value from RGB is 209 - color contains mainly: blue. Hex color #460FD1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FD1 is #B9F02E. Grayscale: #343434. Windows color (decimal): -12185647 or 13700934. OLE color: 13700934.
HSL color Cylindrical-coordinate representation of color #460FD1: hue angle of 257.01º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460FD1 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 15 | 209 | - |
| CMYK | 0.67 | 0.93 | 0 | 0.18 |
| HSL | 257.01º | 0.87% | 0.44% | - |
| HSV(B) | 257.01º | 0.93% | 0.82% | - |
| XYZ | 14.21 | 6.25 | 60.78 | - |
| YUV | 53.56 | 215.72 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 209 | 0.67 | 0.93 | 0 | 0.18 | 257.01 | 0.87 | 0.44 |
| Hex | 46 | F | D1 | 43 | 5D | 0 | 12 | 101 | 57 | 2C |
| Octal | 106 | 17 | 321 | 103 | 135 | 0 | 22 | 401 | 127 | 54 |
| Binary | 1000110 | 1111 | 11010001 | 1000011 | 1011101 | 0 | 10010 | 100000001 | 1010111 | 101100 |
Color Harmonies of #460FD1
Complementary color
Monochromatic Colors of #460FD1
Black with #460FD1
Text Example
Text Example
White with #460FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FD1; }
p { color: rgb(70,15,209); }
H1.HeaderClassName
{
color: #460FD1;
}
.AnyTagClassName
{
color: #460FD1;
}
</style>
background-color css
<style>
a { background-color: #460FD1; }
a { background-color: rgb(70,15,209); }
div.DivClassName
{
background-color: #460FD1;
}
.BgClassName
{
background-color: #460FD1;
}
</style>
border-color css
<style>
span { border-color: #460FD1; }
span { border-color: rgb(70,15,209); }
td.TdClassName
{
border-color: #460FD1;
}
.TagClassName
{
border-color: #460FD1;
}
</style>