Shades of Han Purple #4719EA
Tints of Han Purple #4719EA
RGB
CMYK
RGB Variations
Color information
#4719EA (or 0x4719EA) is known color: Han Purple. HEX triplet: 47, 19 and EA. RGB value is (71,25,234). Sum of RGB (Red+Green+Blue) = 71+25+234=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #4719EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4719EA is #B8E615. Grayscale: #3D3D3D. Windows color (decimal): -12117526 or 15341895. OLE color: 15341895.
HSL color Cylindrical-coordinate representation of color #4719EA: hue angle of 253.21º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4719EA is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 25 | 234 | - |
| CMYK | 0.70 | 0.89 | 0 | 0.08 |
| HSL | 253.21º | 0.83% | 0.51% | - |
| HSV(B) | 253.21º | 0.89% | 0.92% | - |
| XYZ | 17.8 | 7.98 | 78.44 | - |
| YUV | 62.58 | 224.74 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 25 | 234 | 0.70 | 0.89 | 0 | 0.08 | 253.21 | 0.83 | 0.51 |
| Hex | 47 | 19 | EA | 46 | 59 | 0 | 8 | FD | 53 | 33 |
| Octal | 107 | 31 | 352 | 106 | 131 | 0 | 10 | 375 | 123 | 63 |
| Binary | 1000111 | 11001 | 11101010 | 1000110 | 1011001 | 0 | 1000 | 11111101 | 1010011 | 110011 |
Color Harmonies of #4719EA
Complementary color
Monochromatic Colors of #4719EA
Black with #4719EA
Text Example
Text Example
White with #4719EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4719EA; }
p { color: rgb(71,25,234); }
H1.HeaderClassName
{
color: #4719EA;
}
.AnyTagClassName
{
color: #4719EA;
}
</style>
background-color css
<style>
a { background-color: #4719EA; }
a { background-color: rgb(71,25,234); }
div.DivClassName
{
background-color: #4719EA;
}
.BgClassName
{
background-color: #4719EA;
}
</style>
border-color css
<style>
span { border-color: #4719EA; }
span { border-color: rgb(71,25,234); }
td.TdClassName
{
border-color: #4719EA;
}
.TagClassName
{
border-color: #4719EA;
}
</style>