Shades of Han Purple #4910EF
Tints of Han Purple #4910EF
RGB
CMYK
RGB Variations
Color information
#4910EF (or 0x4910EF) is known color: Han Purple. HEX triplet: 49, 10 and EF. RGB value is (73,16,239). Sum of RGB (Red+Green+Blue) = 73+16+239=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #4910EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4910EF is #B6EF10. Grayscale: #393939. Windows color (decimal): -11988753 or 15667273. OLE color: 15667273.
HSL color Cylindrical-coordinate representation of color #4910EF: hue angle of 255.34º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4910EF is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 16 | 239 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.06 |
| HSL | 255.34º | 0.87% | 0.5% | - |
| HSV(B) | 255.34º | 0.93% | 0.94% | - |
| XYZ | 18.51 | 8.02 | 82.23 | - |
| YUV | 58.47 | 229.88 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 239 | 0.69 | 0.93 | 0 | 0.06 | 255.34 | 0.87 | 0.5 |
| Hex | 49 | 10 | EF | 45 | 5D | 0 | 6 | FF | 57 | 32 |
| Octal | 111 | 20 | 357 | 105 | 135 | 0 | 6 | 377 | 127 | 62 |
| Binary | 1001001 | 10000 | 11101111 | 1000101 | 1011101 | 0 | 110 | 11111111 | 1010111 | 110010 |
Color Harmonies of #4910EF
Complementary color
Monochromatic Colors of #4910EF
Black with #4910EF
Text Example
Text Example
White with #4910EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4910EF; }
p { color: rgb(73,16,239); }
H1.HeaderClassName
{
color: #4910EF;
}
.AnyTagClassName
{
color: #4910EF;
}
</style>
background-color css
<style>
a { background-color: #4910EF; }
a { background-color: rgb(73,16,239); }
div.DivClassName
{
background-color: #4910EF;
}
.BgClassName
{
background-color: #4910EF;
}
</style>
border-color css
<style>
span { border-color: #4910EF; }
span { border-color: rgb(73,16,239); }
td.TdClassName
{
border-color: #4910EF;
}
.TagClassName
{
border-color: #4910EF;
}
</style>