Shades of Han Purple #460DD0
Tints of Han Purple #460DD0
RGB
CMYK
RGB Variations
Color information
#460DD0 (or 0x460DD0) is known color: Han Purple. HEX triplet: 46, 0D and D0. RGB value is (70,13,208). Sum of RGB (Red+Green+Blue) = 70+13+208=291 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.05% from 291); Green value is 13 (5.47% from 255 or 4.47% from 291); Blue value is 208 (81.64% from 255 or 71.48% from 291); Max value from RGB is 208 - color contains mainly: blue. Hex color #460DD0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460DD0 is #B9F22F. Grayscale: #333333. Windows color (decimal): -12186160 or 13634886. OLE color: 13634886.
HSL color Cylindrical-coordinate representation of color #460DD0: hue angle of 257.54º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460DD0 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 13 | 208 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.18 |
| HSL | 257.54º | 0.88% | 0.43% | - |
| HSV(B) | 257.54º | 0.94% | 0.82% | - |
| XYZ | 14.05 | 6.14 | 60.12 | - |
| YUV | 52.27 | 215.88 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 208 | 0.66 | 0.94 | 0 | 0.18 | 257.54 | 0.88 | 0.43 |
| Hex | 46 | D | D0 | 42 | 5E | 0 | 12 | 102 | 58 | 2B |
| Octal | 106 | 15 | 320 | 102 | 136 | 0 | 22 | 402 | 130 | 53 |
| Binary | 1000110 | 1101 | 11010000 | 1000010 | 1011110 | 0 | 10010 | 100000010 | 1011000 | 101011 |
Color Harmonies of #460DD0
Complementary color
Monochromatic Colors of #460DD0
Black with #460DD0
Text Example
Text Example
White with #460DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460DD0; }
p { color: rgb(70,13,208); }
H1.HeaderClassName
{
color: #460DD0;
}
.AnyTagClassName
{
color: #460DD0;
}
</style>
background-color css
<style>
a { background-color: #460DD0; }
a { background-color: rgb(70,13,208); }
div.DivClassName
{
background-color: #460DD0;
}
.BgClassName
{
background-color: #460DD0;
}
</style>
border-color css
<style>
span { border-color: #460DD0; }
span { border-color: rgb(70,13,208); }
td.TdClassName
{
border-color: #460DD0;
}
.TagClassName
{
border-color: #460DD0;
}
</style>