Shades of Han Purple #4704E1
Tints of Han Purple #4704E1
RGB
CMYK
RGB Variations
Color information
#4704E1 (or 0x4704E1) is known color: Han Purple. HEX triplet: 47, 04 and E1. RGB value is (71,4,225). Sum of RGB (Red+Green+Blue) = 71+4+225=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 225 (88.28% from 255 or 75% from 300); Max value from RGB is 225 - color contains mainly: blue. Hex color #4704E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4704E1 is #B8FB1E. Grayscale: #303030. Windows color (decimal): -12122911 or 14746695. OLE color: 14746695.
HSL color Cylindrical-coordinate representation of color #4704E1: hue angle of 258.19º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4704E1 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 71 | 4 | 225 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.12 |
| HSL | 258.19º | 0.97% | 0.45% | - |
| HSV(B) | 258.19º | 0.98% | 0.88% | - |
| XYZ | 16.23 | 6.86 | 71.7 | - |
| YUV | 49.23 | 227.2 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 225 | 0.68 | 0.98 | 0 | 0.12 | 258.19 | 0.97 | 0.45 |
| Hex | 47 | 4 | E1 | 44 | 62 | 0 | C | 102 | 61 | 2D |
| Octal | 107 | 4 | 341 | 104 | 142 | 0 | 14 | 402 | 141 | 55 |
| Binary | 1000111 | 100 | 11100001 | 1000100 | 1100010 | 0 | 1100 | 100000010 | 1100001 | 101101 |
Color Harmonies of #4704E1
Complementary color
Monochromatic Colors of #4704E1
Black with #4704E1
Text Example
Text Example
White with #4704E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4704E1; }
p { color: rgb(71,4,225); }
H1.HeaderClassName
{
color: #4704E1;
}
.AnyTagClassName
{
color: #4704E1;
}
</style>
background-color css
<style>
a { background-color: #4704E1; }
a { background-color: rgb(71,4,225); }
div.DivClassName
{
background-color: #4704E1;
}
.BgClassName
{
background-color: #4704E1;
}
</style>
border-color css
<style>
span { border-color: #4704E1; }
span { border-color: rgb(71,4,225); }
td.TdClassName
{
border-color: #4704E1;
}
.TagClassName
{
border-color: #4704E1;
}
</style>