Shades of Han Purple #4616EF
Tints of Han Purple #4616EF
RGB
CMYK
RGB Variations
Color information
#4616EF (or 0x4616EF) is known color: Han Purple. HEX triplet: 46, 16 and EF. RGB value is (70,22,239). Sum of RGB (Red+Green+Blue) = 70+22+239=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #4616EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4616EF is #B9E910. Grayscale: #3C3C3C. Windows color (decimal): -12183825 or 15668806. OLE color: 15668806.
HSL color Cylindrical-coordinate representation of color #4616EF: hue angle of 253.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4616EF is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 22 | 239 | - |
| CMYK | 0.71 | 0.91 | 0 | 0.06 |
| HSL | 253.27º | 0.87% | 0.51% | - |
| HSV(B) | 253.27º | 0.91% | 0.94% | - |
| XYZ | 18.39 | 8.11 | 82.26 | - |
| YUV | 61.09 | 228.4 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 239 | 0.71 | 0.91 | 0 | 0.06 | 253.27 | 0.87 | 0.51 |
| Hex | 46 | 16 | EF | 47 | 5B | 0 | 6 | FD | 57 | 33 |
| Octal | 106 | 26 | 357 | 107 | 133 | 0 | 6 | 375 | 127 | 63 |
| Binary | 1000110 | 10110 | 11101111 | 1000111 | 1011011 | 0 | 110 | 11111101 | 1010111 | 110011 |
Color Harmonies of #4616EF
Complementary color
Monochromatic Colors of #4616EF
Black with #4616EF
Text Example
Text Example
White with #4616EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4616EF; }
p { color: rgb(70,22,239); }
H1.HeaderClassName
{
color: #4616EF;
}
.AnyTagClassName
{
color: #4616EF;
}
</style>
background-color css
<style>
a { background-color: #4616EF; }
a { background-color: rgb(70,22,239); }
div.DivClassName
{
background-color: #4616EF;
}
.BgClassName
{
background-color: #4616EF;
}
</style>
border-color css
<style>
span { border-color: #4616EF; }
span { border-color: rgb(70,22,239); }
td.TdClassName
{
border-color: #4616EF;
}
.TagClassName
{
border-color: #4616EF;
}
</style>