Shades of Han Purple #4600D1
Tints of Han Purple #4600D1
RGB
CMYK
RGB Variations
Color information
#4600D1 (or 0x4600D1) is known color: Han Purple. HEX triplet: 46, 00 and D1. RGB value is (70,0,209). Sum of RGB (Red+Green+Blue) = 70+0+209=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 209 (82.03% from 255 or 74.91% from 279); Max value from RGB is 209 - color contains mainly: blue. Hex color #4600D1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4600D1 is #B9FF2E. Grayscale: #2B2B2B. Windows color (decimal): -12189487 or 13697094. OLE color: 13697094.
HSL color Cylindrical-coordinate representation of color #4600D1: hue angle of 260.1º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600D1 is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 0 | 209 | - |
| CMYK | 0.67 | 1 | 0 | 0.18 |
| HSL | 260.1º | 1% | 0.41% | - |
| HSV(B) | 260.1º | 1% | 0.82% | - |
| XYZ | 14.03 | 5.91 | 60.72 | - |
| YUV | 44.76 | 220.69 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 209 | 0.67 | 1 | 0 | 0.18 | 260.1 | 1 | 0.41 |
| Hex | 46 | 0 | D1 | 43 | 64 | 0 | 12 | 104 | 64 | 29 |
| Octal | 106 | 0 | 321 | 103 | 144 | 0 | 22 | 404 | 144 | 51 |
| Binary | 1000110 | 0 | 11010001 | 1000011 | 1100100 | 0 | 10010 | 100000100 | 1100100 | 101001 |
Color Harmonies of #4600D1
Complementary color
Monochromatic Colors of #4600D1
Black with #4600D1
Text Example
Text Example
White with #4600D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4600D1; }
p { color: rgb(70,0,209); }
H1.HeaderClassName
{
color: #4600D1;
}
.AnyTagClassName
{
color: #4600D1;
}
</style>
background-color css
<style>
a { background-color: #4600D1; }
a { background-color: rgb(70,0,209); }
div.DivClassName
{
background-color: #4600D1;
}
.BgClassName
{
background-color: #4600D1;
}
</style>
border-color css
<style>
span { border-color: #4600D1; }
span { border-color: rgb(70,0,209); }
td.TdClassName
{
border-color: #4600D1;
}
.TagClassName
{
border-color: #4600D1;
}
</style>