Shades of Han Purple #4718EA
Tints of Han Purple #4718EA
RGB
CMYK
RGB Variations
Color information
#4718EA (or 0x4718EA) is known color: Han Purple. HEX triplet: 47, 18 and EA. RGB value is (71,24,234). Sum of RGB (Red+Green+Blue) = 71+24+234=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #4718EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4718EA is #B8E715. Grayscale: #3D3D3D. Windows color (decimal): -12117782 or 15341639. OLE color: 15341639.
HSL color Cylindrical-coordinate representation of color #4718EA: hue angle of 253.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4718EA is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 24 | 234 | - |
| CMYK | 0.70 | 0.90 | 0 | 0.08 |
| HSL | 253.43º | 0.83% | 0.51% | - |
| HSV(B) | 253.43º | 0.9% | 0.92% | - |
| XYZ | 17.78 | 7.93 | 78.44 | - |
| YUV | 61.99 | 225.07 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 234 | 0.70 | 0.90 | 0 | 0.08 | 253.43 | 0.83 | 0.51 |
| Hex | 47 | 18 | EA | 46 | 5A | 0 | 8 | FD | 53 | 33 |
| Octal | 107 | 30 | 352 | 106 | 132 | 0 | 10 | 375 | 123 | 63 |
| Binary | 1000111 | 11000 | 11101010 | 1000110 | 1011010 | 0 | 1000 | 11111101 | 1010011 | 110011 |
Color Harmonies of #4718EA
Complementary color
Monochromatic Colors of #4718EA
Black with #4718EA
Text Example
Text Example
White with #4718EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4718EA; }
p { color: rgb(71,24,234); }
H1.HeaderClassName
{
color: #4718EA;
}
.AnyTagClassName
{
color: #4718EA;
}
</style>
background-color css
<style>
a { background-color: #4718EA; }
a { background-color: rgb(71,24,234); }
div.DivClassName
{
background-color: #4718EA;
}
.BgClassName
{
background-color: #4718EA;
}
</style>
border-color css
<style>
span { border-color: #4718EA; }
span { border-color: rgb(71,24,234); }
td.TdClassName
{
border-color: #4718EA;
}
.TagClassName
{
border-color: #4718EA;
}
</style>