Shades of Han Purple #460DCF
Tints of Han Purple #460DCF
RGB
CMYK
RGB Variations
Color information
#460DCF (or 0x460DCF) is known color: Han Purple. HEX triplet: 46, 0D and CF. RGB value is (70,13,207). Sum of RGB (Red+Green+Blue) = 70+13+207=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #460DCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460DCF is #B9F230. Grayscale: #333333. Windows color (decimal): -12186161 or 13569350. OLE color: 13569350.
HSL color Cylindrical-coordinate representation of color #460DCF: hue angle of 257.63º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460DCF is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 13 | 207 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.19 |
| HSL | 257.63º | 0.88% | 0.43% | - |
| HSV(B) | 257.63º | 0.94% | 0.81% | - |
| XYZ | 13.93 | 6.09 | 59.47 | - |
| YUV | 52.16 | 215.38 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 207 | 0.66 | 0.94 | 0 | 0.19 | 257.63 | 0.88 | 0.43 |
| Hex | 46 | D | CF | 42 | 5E | 0 | 13 | 102 | 58 | 2B |
| Octal | 106 | 15 | 317 | 102 | 136 | 0 | 23 | 402 | 130 | 53 |
| Binary | 1000110 | 1101 | 11001111 | 1000010 | 1011110 | 0 | 10011 | 100000010 | 1011000 | 101011 |
Color Harmonies of #460DCF
Complementary color
Monochromatic Colors of #460DCF
Black with #460DCF
Text Example
Text Example
White with #460DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DCF; }
p { color: rgb(70,13,207); }
H1.HeaderClassName
{
color: #460DCF;
}
.AnyTagClassName
{
color: #460DCF;
}
</style>
background-color css
<style>
a { background-color: #460DCF; }
a { background-color: rgb(70,13,207); }
div.DivClassName
{
background-color: #460DCF;
}
.BgClassName
{
background-color: #460DCF;
}
</style>
border-color css
<style>
span { border-color: #460DCF; }
span { border-color: rgb(70,13,207); }
td.TdClassName
{
border-color: #460DCF;
}
.TagClassName
{
border-color: #460DCF;
}
</style>