Shades of Han Purple #4616ED
Tints of Han Purple #4616ED
RGB
CMYK
RGB Variations
Color information
#4616ED (or 0x4616ED) is known color: Han Purple. HEX triplet: 46, 16 and ED. RGB value is (70,22,237). Sum of RGB (Red+Green+Blue) = 70+22+237=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #4616ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4616ED is #B9E912. Grayscale: #3C3C3C. Windows color (decimal): -12183827 or 15537734. OLE color: 15537734.
HSL color Cylindrical-coordinate representation of color #4616ED: hue angle of 253.4º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4616ED is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 22 | 237 | - |
| CMYK | 0.70 | 0.91 | 0 | 0.07 |
| HSL | 253.4º | 0.86% | 0.51% | - |
| HSV(B) | 253.4º | 0.91% | 0.93% | - |
| XYZ | 18.1 | 7.99 | 80.71 | - |
| YUV | 60.86 | 227.4 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 237 | 0.70 | 0.91 | 0 | 0.07 | 253.4 | 0.86 | 0.51 |
| Hex | 46 | 16 | ED | 46 | 5B | 0 | 7 | FD | 56 | 33 |
| Octal | 106 | 26 | 355 | 106 | 133 | 0 | 7 | 375 | 126 | 63 |
| Binary | 1000110 | 10110 | 11101101 | 1000110 | 1011011 | 0 | 111 | 11111101 | 1010110 | 110011 |
Color Harmonies of #4616ED
Complementary color
Monochromatic Colors of #4616ED
Black with #4616ED
Text Example
Text Example
White with #4616ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4616ED; }
p { color: rgb(70,22,237); }
H1.HeaderClassName
{
color: #4616ED;
}
.AnyTagClassName
{
color: #4616ED;
}
</style>
background-color css
<style>
a { background-color: #4616ED; }
a { background-color: rgb(70,22,237); }
div.DivClassName
{
background-color: #4616ED;
}
.BgClassName
{
background-color: #4616ED;
}
</style>
border-color css
<style>
span { border-color: #4616ED; }
span { border-color: rgb(70,22,237); }
td.TdClassName
{
border-color: #4616ED;
}
.TagClassName
{
border-color: #4616ED;
}
</style>