Shades of Han Purple #4917EC
Tints of Han Purple #4917EC
RGB
CMYK
RGB Variations
Color information
#4917EC (or 0x4917EC) is known color: Han Purple. HEX triplet: 49, 17 and EC. RGB value is (73,23,236). Sum of RGB (Red+Green+Blue) = 73+23+236=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #4917EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4917EC is #B6E813. Grayscale: #3D3D3D. Windows color (decimal): -11986964 or 15472457. OLE color: 15472457.
HSL color Cylindrical-coordinate representation of color #4917EC: hue angle of 254.08º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4917EC is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 23 | 236 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.07 |
| HSL | 254.08º | 0.85% | 0.51% | - |
| HSV(B) | 254.08º | 0.9% | 0.93% | - |
| XYZ | 18.19 | 8.09 | 79.96 | - |
| YUV | 62.23 | 226.07 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 236 | 0.69 | 0.90 | 0 | 0.07 | 254.08 | 0.85 | 0.51 |
| Hex | 49 | 17 | EC | 45 | 5A | 0 | 7 | FE | 55 | 33 |
| Octal | 111 | 27 | 354 | 105 | 132 | 0 | 7 | 376 | 125 | 63 |
| Binary | 1001001 | 10111 | 11101100 | 1000101 | 1011010 | 0 | 111 | 11111110 | 1010101 | 110011 |
Color Harmonies of #4917EC
Complementary color
Monochromatic Colors of #4917EC
Black with #4917EC
Text Example
Text Example
White with #4917EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4917EC; }
p { color: rgb(73,23,236); }
H1.HeaderClassName
{
color: #4917EC;
}
.AnyTagClassName
{
color: #4917EC;
}
</style>
background-color css
<style>
a { background-color: #4917EC; }
a { background-color: rgb(73,23,236); }
div.DivClassName
{
background-color: #4917EC;
}
.BgClassName
{
background-color: #4917EC;
}
</style>
border-color css
<style>
span { border-color: #4917EC; }
span { border-color: rgb(73,23,236); }
td.TdClassName
{
border-color: #4917EC;
}
.TagClassName
{
border-color: #4917EC;
}
</style>