Shades of Han Purple #460DD6
Tints of Han Purple #460DD6
RGB
CMYK
RGB Variations
Color information
#460DD6 (or 0x460DD6) is known color: Han Purple. HEX triplet: 46, 0D and D6. RGB value is (70,13,214). Sum of RGB (Red+Green+Blue) = 70+13+214=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 214 (83.98% from 255 or 72.05% from 297); Max value from RGB is 214 - color contains mainly: blue. Hex color #460DD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460DD6 is #B9F229. Grayscale: #343434. Windows color (decimal): -12186154 or 14028102. OLE color: 14028102.
HSL color Cylindrical-coordinate representation of color #460DD6: hue angle of 257.01º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460DD6 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 13 | 214 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.16 |
| HSL | 257.01º | 0.89% | 0.45% | - |
| HSV(B) | 257.01º | 0.94% | 0.84% | - |
| XYZ | 14.81 | 6.44 | 64.08 | - |
| YUV | 52.96 | 218.88 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 214 | 0.67 | 0.94 | 0 | 0.16 | 257.01 | 0.89 | 0.45 |
| Hex | 46 | D | D6 | 43 | 5E | 0 | 10 | 101 | 59 | 2D |
| Octal | 106 | 15 | 326 | 103 | 136 | 0 | 20 | 401 | 131 | 55 |
| Binary | 1000110 | 1101 | 11010110 | 1000011 | 1011110 | 0 | 10000 | 100000001 | 1011001 | 101101 |
Color Harmonies of #460DD6
Complementary color
Monochromatic Colors of #460DD6
Black with #460DD6
Text Example
Text Example
White with #460DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DD6; }
p { color: rgb(70,13,214); }
H1.HeaderClassName
{
color: #460DD6;
}
.AnyTagClassName
{
color: #460DD6;
}
</style>
background-color css
<style>
a { background-color: #460DD6; }
a { background-color: rgb(70,13,214); }
div.DivClassName
{
background-color: #460DD6;
}
.BgClassName
{
background-color: #460DD6;
}
</style>
border-color css
<style>
span { border-color: #460DD6; }
span { border-color: rgb(70,13,214); }
td.TdClassName
{
border-color: #460DD6;
}
.TagClassName
{
border-color: #460DD6;
}
</style>