Shades of Han Purple #4718E7
Tints of Han Purple #4718E7
RGB
CMYK
RGB Variations
Color information
#4718E7 (or 0x4718E7) is known color: Han Purple. HEX triplet: 47, 18 and E7. RGB value is (71,24,231). Sum of RGB (Red+Green+Blue) = 71+24+231=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 231 (90.62% from 255 or 70.86% from 326); Max value from RGB is 231 - color contains mainly: blue. Hex color #4718E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4718E7 is #B8E718. Grayscale: #3C3C3C. Windows color (decimal): -12117785 or 15145031. OLE color: 15145031.
HSL color Cylindrical-coordinate representation of color #4718E7: hue angle of 253.62º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4718E7 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 71 | 24 | 231 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.09 |
| HSL | 253.62º | 0.81% | 0.5% | - |
| HSV(B) | 253.62º | 0.9% | 0.91% | - |
| XYZ | 17.35 | 7.76 | 76.19 | - |
| YUV | 61.65 | 223.57 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 24 | 231 | 0.69 | 0.90 | 0 | 0.09 | 253.62 | 0.81 | 0.5 |
| Hex | 47 | 18 | E7 | 45 | 5A | 0 | 9 | FE | 51 | 32 |
| Octal | 107 | 30 | 347 | 105 | 132 | 0 | 11 | 376 | 121 | 62 |
| Binary | 1000111 | 11000 | 11100111 | 1000101 | 1011010 | 0 | 1001 | 11111110 | 1010001 | 110010 |
Color Harmonies of #4718E7
Complementary color
Monochromatic Colors of #4718E7
Black with #4718E7
Text Example
Text Example
White with #4718E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4718E7; }
p { color: rgb(71,24,231); }
H1.HeaderClassName
{
color: #4718E7;
}
.AnyTagClassName
{
color: #4718E7;
}
</style>
background-color css
<style>
a { background-color: #4718E7; }
a { background-color: rgb(71,24,231); }
div.DivClassName
{
background-color: #4718E7;
}
.BgClassName
{
background-color: #4718E7;
}
</style>
border-color css
<style>
span { border-color: #4718E7; }
span { border-color: rgb(71,24,231); }
td.TdClassName
{
border-color: #4718E7;
}
.TagClassName
{
border-color: #4718E7;
}
</style>