Shades of Han Purple #4632EC
Tints of Han Purple #4632EC
RGB
CMYK
RGB Variations
Color information
#4632EC (or 0x4632EC) is known color: Han Purple. HEX triplet: 46, 32 and EC. RGB value is (70,50,236). Sum of RGB (Red+Green+Blue) = 70+50+236=356 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.66% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #4632EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4632EC is #B9CD13. Grayscale: #4C4C4C. Windows color (decimal): -12176660 or 15479366. OLE color: 15479366.
HSL color Cylindrical-coordinate representation of color #4632EC: hue angle of 246.45º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4632EC is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 50 | 236 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.07 |
| HSL | 246.45º | 0.83% | 0.56% | - |
| HSV(B) | 246.45º | 0.79% | 0.93% | - |
| XYZ | 18.81 | 9.64 | 80.23 | - |
| YUV | 77.18 | 217.63 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 236 | 0.70 | 0.79 | 0 | 0.07 | 246.45 | 0.83 | 0.56 |
| Hex | 46 | 32 | EC | 46 | 4F | 0 | 7 | F6 | 53 | 38 |
| Octal | 106 | 62 | 354 | 106 | 117 | 0 | 7 | 366 | 123 | 70 |
| Binary | 1000110 | 110010 | 11101100 | 1000110 | 1001111 | 0 | 111 | 11110110 | 1010011 | 111000 |
Color Harmonies of #4632EC
Complementary color
Monochromatic Colors of #4632EC
Black with #4632EC
Text Example
Text Example
White with #4632EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4632EC; }
p { color: rgb(70,50,236); }
H1.HeaderClassName
{
color: #4632EC;
}
.AnyTagClassName
{
color: #4632EC;
}
</style>
background-color css
<style>
a { background-color: #4632EC; }
a { background-color: rgb(70,50,236); }
div.DivClassName
{
background-color: #4632EC;
}
.BgClassName
{
background-color: #4632EC;
}
</style>
border-color css
<style>
span { border-color: #4632EC; }
span { border-color: rgb(70,50,236); }
td.TdClassName
{
border-color: #4632EC;
}
.TagClassName
{
border-color: #4632EC;
}
</style>