Shades of Han Purple #4712E4
Tints of Han Purple #4712E4
RGB
CMYK
RGB Variations
Color information
#4712E4 (or 0x4712E4) is known color: Han Purple. HEX triplet: 47, 12 and E4. RGB value is (71,18,228). Sum of RGB (Red+Green+Blue) = 71+18+228=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 228 (89.45% from 255 or 71.92% from 317); Max value from RGB is 228 - color contains mainly: blue. Hex color #4712E4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4712E4 is #B8ED1B. Grayscale: #393939. Windows color (decimal): -12119324 or 14946887. OLE color: 14946887.
HSL color Cylindrical-coordinate representation of color #4712E4: hue angle of 255.14º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4712E4 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 71 | 18 | 228 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.11 |
| HSL | 255.14º | 0.85% | 0.48% | - |
| HSV(B) | 255.14º | 0.92% | 0.89% | - |
| XYZ | 16.82 | 7.37 | 73.94 | - |
| YUV | 57.79 | 224.06 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 18 | 228 | 0.69 | 0.92 | 0 | 0.11 | 255.14 | 0.85 | 0.48 |
| Hex | 47 | 12 | E4 | 45 | 5C | 0 | B | FF | 55 | 30 |
| Octal | 107 | 22 | 344 | 105 | 134 | 0 | 13 | 377 | 125 | 60 |
| Binary | 1000111 | 10010 | 11100100 | 1000101 | 1011100 | 0 | 1011 | 11111111 | 1010101 | 110000 |
Color Harmonies of #4712E4
Complementary color
Monochromatic Colors of #4712E4
Black with #4712E4
Text Example
Text Example
White with #4712E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4712E4; }
p { color: rgb(71,18,228); }
H1.HeaderClassName
{
color: #4712E4;
}
.AnyTagClassName
{
color: #4712E4;
}
</style>
background-color css
<style>
a { background-color: #4712E4; }
a { background-color: rgb(71,18,228); }
div.DivClassName
{
background-color: #4712E4;
}
.BgClassName
{
background-color: #4712E4;
}
</style>
border-color css
<style>
span { border-color: #4712E4; }
span { border-color: rgb(71,18,228); }
td.TdClassName
{
border-color: #4712E4;
}
.TagClassName
{
border-color: #4712E4;
}
</style>