Shades of Han Purple #4914EB
Tints of Han Purple #4914EB
RGB
CMYK
RGB Variations
Color information
#4914EB (or 0x4914EB) is known color: Han Purple. HEX triplet: 49, 14 and EB. RGB value is (73,20,235). Sum of RGB (Red+Green+Blue) = 73+20+235=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 235 (92.19% from 255 or 71.65% from 328); Max value from RGB is 235 - color contains mainly: blue. Hex color #4914EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4914EB is #B6EB14. Grayscale: #3B3B3B. Windows color (decimal): -11987733 or 15406153. OLE color: 15406153.
HSL color Cylindrical-coordinate representation of color #4914EB: hue angle of 254.79º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4914EB is Cyan = 0.69, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 20 | 235 | - |
| CMYK | 0.69 | 0.91 | 0 | 0.08 |
| HSL | 254.79º | 0.84% | 0.5% | - |
| HSV(B) | 254.79º | 0.91% | 0.92% | - |
| XYZ | 17.99 | 7.91 | 79.18 | - |
| YUV | 60.36 | 226.56 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 235 | 0.69 | 0.91 | 0 | 0.08 | 254.79 | 0.84 | 0.5 |
| Hex | 49 | 14 | EB | 45 | 5B | 0 | 8 | FF | 54 | 32 |
| Octal | 111 | 24 | 353 | 105 | 133 | 0 | 10 | 377 | 124 | 62 |
| Binary | 1001001 | 10100 | 11101011 | 1000101 | 1011011 | 0 | 1000 | 11111111 | 1010100 | 110010 |
Color Harmonies of #4914EB
Complementary color
Monochromatic Colors of #4914EB
Black with #4914EB
Text Example
Text Example
White with #4914EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4914EB; }
p { color: rgb(73,20,235); }
H1.HeaderClassName
{
color: #4914EB;
}
.AnyTagClassName
{
color: #4914EB;
}
</style>
background-color css
<style>
a { background-color: #4914EB; }
a { background-color: rgb(73,20,235); }
div.DivClassName
{
background-color: #4914EB;
}
.BgClassName
{
background-color: #4914EB;
}
</style>
border-color css
<style>
span { border-color: #4914EB; }
span { border-color: rgb(73,20,235); }
td.TdClassName
{
border-color: #4914EB;
}
.TagClassName
{
border-color: #4914EB;
}
</style>