Shades of Han Purple #4620E5
Tints of Han Purple #4620E5
RGB
CMYK
RGB Variations
Color information
#4620E5 (or 0x4620E5) is known color: Han Purple. HEX triplet: 46, 20 and E5. RGB value is (70,32,229). Sum of RGB (Red+Green+Blue) = 70+32+229=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 229 (89.84% from 255 or 69.18% from 331); Max value from RGB is 229 - color contains mainly: blue. Hex color #4620E5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4620E5 is #B9DF1A. Grayscale: #414141. Windows color (decimal): -12181275 or 15016006. OLE color: 15016006.
HSL color Cylindrical-coordinate representation of color #4620E5: hue angle of 251.57º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4620E5 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 32 | 229 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.10 |
| HSL | 251.57º | 0.79% | 0.51% | - |
| HSV(B) | 251.57º | 0.86% | 0.9% | - |
| XYZ | 17.19 | 7.99 | 74.77 | - |
| YUV | 65.82 | 220.09 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 32 | 229 | 0.69 | 0.86 | 0 | 0.10 | 251.57 | 0.79 | 0.51 |
| Hex | 46 | 20 | E5 | 45 | 56 | 0 | A | FC | 4F | 33 |
| Octal | 106 | 40 | 345 | 105 | 126 | 0 | 12 | 374 | 117 | 63 |
| Binary | 1000110 | 100000 | 11100101 | 1000101 | 1010110 | 0 | 1010 | 11111100 | 1001111 | 110011 |
Color Harmonies of #4620E5
Complementary color
Monochromatic Colors of #4620E5
Black with #4620E5
Text Example
Text Example
White with #4620E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4620E5; }
p { color: rgb(70,32,229); }
H1.HeaderClassName
{
color: #4620E5;
}
.AnyTagClassName
{
color: #4620E5;
}
</style>
background-color css
<style>
a { background-color: #4620E5; }
a { background-color: rgb(70,32,229); }
div.DivClassName
{
background-color: #4620E5;
}
.BgClassName
{
background-color: #4620E5;
}
</style>
border-color css
<style>
span { border-color: #4620E5; }
span { border-color: rgb(70,32,229); }
td.TdClassName
{
border-color: #4620E5;
}
.TagClassName
{
border-color: #4620E5;
}
</style>