Shades of Han Purple #460FDC
Tints of Han Purple #460FDC
RGB
CMYK
RGB Variations
Color information
#460FDC (or 0x460FDC) is known color: Han Purple. HEX triplet: 46, 0F and DC. RGB value is (70,15,220). Sum of RGB (Red+Green+Blue) = 70+15+220=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 15 (6.25% from 255 or 4.92% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #460FDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #460FDC is #B9F023. Grayscale: #363636. Windows color (decimal): -12185636 or 14421830. OLE color: 14421830.
HSL color Cylindrical-coordinate representation of color #460FDC: hue angle of 256.1º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460FDC is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 15 | 220 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.14 |
| HSL | 256.1º | 0.87% | 0.46% | - |
| HSV(B) | 256.1º | 0.93% | 0.86% | - |
| XYZ | 15.61 | 6.81 | 68.2 | - |
| YUV | 54.82 | 221.22 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 220 | 0.68 | 0.93 | 0 | 0.14 | 256.1 | 0.87 | 0.46 |
| Hex | 46 | F | DC | 44 | 5D | 0 | E | 100 | 57 | 2E |
| Octal | 106 | 17 | 334 | 104 | 135 | 0 | 16 | 400 | 127 | 56 |
| Binary | 1000110 | 1111 | 11011100 | 1000100 | 1011101 | 0 | 1110 | 100000000 | 1010111 | 101110 |
Color Harmonies of #460FDC
Complementary color
Monochromatic Colors of #460FDC
Black with #460FDC
Text Example
Text Example
White with #460FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FDC; }
p { color: rgb(70,15,220); }
H1.HeaderClassName
{
color: #460FDC;
}
.AnyTagClassName
{
color: #460FDC;
}
</style>
background-color css
<style>
a { background-color: #460FDC; }
a { background-color: rgb(70,15,220); }
div.DivClassName
{
background-color: #460FDC;
}
.BgClassName
{
background-color: #460FDC;
}
</style>
border-color css
<style>
span { border-color: #460FDC; }
span { border-color: rgb(70,15,220); }
td.TdClassName
{
border-color: #460FDC;
}
.TagClassName
{
border-color: #460FDC;
}
</style>