Shades of Han Purple #4600EC
Tints of Han Purple #4600EC
RGB
CMYK
RGB Variations
Color information
#4600EC (or 0x4600EC) is known color: Han Purple. HEX triplet: 46, 00 and EC. RGB value is (70,0,236). Sum of RGB (Red+Green+Blue) = 70+0+236=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 236 (92.58% from 255 or 77.12% from 306); Max value from RGB is 236 - color contains mainly: blue. Hex color #4600EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4600EC is #B9FF13. Grayscale: #2E2E2E. Windows color (decimal): -12189460 or 15466566. OLE color: 15466566.
HSL color Cylindrical-coordinate representation of color #4600EC: hue angle of 257.8º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4600EC is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 0 | 236 | - |
| CMYK | 0.70 | 1 | 0 | 0.07 |
| HSL | 257.8º | 1% | 0.46% | - |
| HSV(B) | 257.8º | 1% | 0.93% | - |
| XYZ | 17.67 | 7.36 | 79.85 | - |
| YUV | 47.83 | 234.19 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 236 | 0.70 | 1 | 0 | 0.07 | 257.8 | 1 | 0.46 |
| Hex | 46 | 0 | EC | 46 | 64 | 0 | 7 | 102 | 64 | 2E |
| Octal | 106 | 0 | 354 | 106 | 144 | 0 | 7 | 402 | 144 | 56 |
| Binary | 1000110 | 0 | 11101100 | 1000110 | 1100100 | 0 | 111 | 100000010 | 1100100 | 101110 |
Color Harmonies of #4600EC
Complementary color
Monochromatic Colors of #4600EC
Black with #4600EC
Text Example
Text Example
White with #4600EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4600EC; }
p { color: rgb(70,0,236); }
H1.HeaderClassName
{
color: #4600EC;
}
.AnyTagClassName
{
color: #4600EC;
}
</style>
background-color css
<style>
a { background-color: #4600EC; }
a { background-color: rgb(70,0,236); }
div.DivClassName
{
background-color: #4600EC;
}
.BgClassName
{
background-color: #4600EC;
}
</style>
border-color css
<style>
span { border-color: #4600EC; }
span { border-color: rgb(70,0,236); }
td.TdClassName
{
border-color: #4600EC;
}
.TagClassName
{
border-color: #4600EC;
}
</style>