Shades of Han Purple #4602EC
Tints of Han Purple #4602EC
RGB
CMYK
RGB Variations
Color information
#4602EC (or 0x4602EC) is known color: Han Purple. HEX triplet: 46, 02 and EC. RGB value is (70,2,236). Sum of RGB (Red+Green+Blue) = 70+2+236=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 236 (92.58% from 255 or 76.62% from 308); Max value from RGB is 236 - color contains mainly: blue. Hex color #4602EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4602EC is #B9FD13. Grayscale: #303030. Windows color (decimal): -12188948 or 15467078. OLE color: 15467078.
HSL color Cylindrical-coordinate representation of color #4602EC: hue angle of 257.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4602EC is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 2 | 236 | - |
| CMYK | 0.70 | 0.99 | 0 | 0.07 |
| HSL | 257.44º | 0.98% | 0.47% | - |
| HSV(B) | 257.44º | 0.99% | 0.93% | - |
| XYZ | 17.69 | 7.4 | 79.85 | - |
| YUV | 49.01 | 233.53 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 236 | 0.70 | 0.99 | 0 | 0.07 | 257.44 | 0.98 | 0.47 |
| Hex | 46 | 2 | EC | 46 | 63 | 0 | 7 | 101 | 62 | 2F |
| Octal | 106 | 2 | 354 | 106 | 143 | 0 | 7 | 401 | 142 | 57 |
| Binary | 1000110 | 10 | 11101100 | 1000110 | 1100011 | 0 | 111 | 100000001 | 1100010 | 101111 |
Color Harmonies of #4602EC
Complementary color
Monochromatic Colors of #4602EC
Black with #4602EC
Text Example
Text Example
White with #4602EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4602EC; }
p { color: rgb(70,2,236); }
H1.HeaderClassName
{
color: #4602EC;
}
.AnyTagClassName
{
color: #4602EC;
}
</style>
background-color css
<style>
a { background-color: #4602EC; }
a { background-color: rgb(70,2,236); }
div.DivClassName
{
background-color: #4602EC;
}
.BgClassName
{
background-color: #4602EC;
}
</style>
border-color css
<style>
span { border-color: #4602EC; }
span { border-color: rgb(70,2,236); }
td.TdClassName
{
border-color: #4602EC;
}
.TagClassName
{
border-color: #4602EC;
}
</style>