Shades of Han Purple #460CD6
Tints of Han Purple #460CD6
RGB
CMYK
RGB Variations
Color information
#460CD6 (or 0x460CD6) is known color: Han Purple. HEX triplet: 46, 0C and D6. RGB value is (70,12,214). Sum of RGB (Red+Green+Blue) = 70+12+214=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 214 (83.98% from 255 or 72.30% from 296); Max value from RGB is 214 - color contains mainly: blue. Hex color #460CD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CD6 is #B9F329. Grayscale: #333333. Windows color (decimal): -12186410 or 14027846. OLE color: 14027846.
HSL color Cylindrical-coordinate representation of color #460CD6: hue angle of 257.23º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460CD6 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 12 | 214 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.16 |
| HSL | 257.23º | 0.89% | 0.44% | - |
| HSV(B) | 257.23º | 0.94% | 0.84% | - |
| XYZ | 14.79 | 6.42 | 64.08 | - |
| YUV | 52.37 | 219.22 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 214 | 0.67 | 0.94 | 0 | 0.16 | 257.23 | 0.89 | 0.44 |
| Hex | 46 | C | D6 | 43 | 5E | 0 | 10 | 101 | 59 | 2C |
| Octal | 106 | 14 | 326 | 103 | 136 | 0 | 20 | 401 | 131 | 54 |
| Binary | 1000110 | 1100 | 11010110 | 1000011 | 1011110 | 0 | 10000 | 100000001 | 1011001 | 101100 |
Color Harmonies of #460CD6
Complementary color
Monochromatic Colors of #460CD6
Black with #460CD6
Text Example
Text Example
White with #460CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CD6; }
p { color: rgb(70,12,214); }
H1.HeaderClassName
{
color: #460CD6;
}
.AnyTagClassName
{
color: #460CD6;
}
</style>
background-color css
<style>
a { background-color: #460CD6; }
a { background-color: rgb(70,12,214); }
div.DivClassName
{
background-color: #460CD6;
}
.BgClassName
{
background-color: #460CD6;
}
</style>
border-color css
<style>
span { border-color: #460CD6; }
span { border-color: rgb(70,12,214); }
td.TdClassName
{
border-color: #460CD6;
}
.TagClassName
{
border-color: #460CD6;
}
</style>