Shades of Han Purple #460CD8
Tints of Han Purple #460CD8
RGB
CMYK
RGB Variations
Color information
#460CD8 (or 0x460CD8) is known color: Han Purple. HEX triplet: 46, 0C and D8. RGB value is (70,12,216). Sum of RGB (Red+Green+Blue) = 70+12+216=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 216 (84.77% from 255 or 72.48% from 298); Max value from RGB is 216 - color contains mainly: blue. Hex color #460CD8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460CD8 is #B9F327. Grayscale: #333333. Windows color (decimal): -12186408 or 14158918. OLE color: 14158918.
HSL color Cylindrical-coordinate representation of color #460CD8: hue angle of 257.06º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460CD8 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 12 | 216 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.15 |
| HSL | 257.06º | 0.89% | 0.45% | - |
| HSV(B) | 257.06º | 0.94% | 0.85% | - |
| XYZ | 15.05 | 6.52 | 65.43 | - |
| YUV | 52.6 | 220.22 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 216 | 0.68 | 0.94 | 0 | 0.15 | 257.06 | 0.89 | 0.45 |
| Hex | 46 | C | D8 | 44 | 5E | 0 | F | 101 | 59 | 2D |
| Octal | 106 | 14 | 330 | 104 | 136 | 0 | 17 | 401 | 131 | 55 |
| Binary | 1000110 | 1100 | 11011000 | 1000100 | 1011110 | 0 | 1111 | 100000001 | 1011001 | 101101 |
Color Harmonies of #460CD8
Complementary color
Monochromatic Colors of #460CD8
Black with #460CD8
Text Example
Text Example
White with #460CD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460CD8; }
p { color: rgb(70,12,216); }
H1.HeaderClassName
{
color: #460CD8;
}
.AnyTagClassName
{
color: #460CD8;
}
</style>
background-color css
<style>
a { background-color: #460CD8; }
a { background-color: rgb(70,12,216); }
div.DivClassName
{
background-color: #460CD8;
}
.BgClassName
{
background-color: #460CD8;
}
</style>
border-color css
<style>
span { border-color: #460CD8; }
span { border-color: rgb(70,12,216); }
td.TdClassName
{
border-color: #460CD8;
}
.TagClassName
{
border-color: #460CD8;
}
</style>