Shades of Han Purple #4707E5
Tints of Han Purple #4707E5
RGB
CMYK
RGB Variations
Color information
#4707E5 (or 0x4707E5) is known color: Han Purple. HEX triplet: 47, 07 and E5. RGB value is (71,7,229). Sum of RGB (Red+Green+Blue) = 71+7+229=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 229 (89.84% from 255 or 74.59% from 307); Max value from RGB is 229 - color contains mainly: blue. Hex color #4707E5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4707E5 is #B8F81A. Grayscale: #323232. Windows color (decimal): -12122139 or 15009607. OLE color: 15009607.
HSL color Cylindrical-coordinate representation of color #4707E5: hue angle of 257.3º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4707E5 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 71 | 7 | 229 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.10 |
| HSL | 257.3º | 0.94% | 0.46% | - |
| HSV(B) | 257.3º | 0.97% | 0.9% | - |
| XYZ | 16.82 | 7.15 | 74.62 | - |
| YUV | 51.44 | 228.2 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 229 | 0.69 | 0.97 | 0 | 0.10 | 257.3 | 0.94 | 0.46 |
| Hex | 47 | 7 | E5 | 45 | 61 | 0 | A | 101 | 5E | 2E |
| Octal | 107 | 7 | 345 | 105 | 141 | 0 | 12 | 401 | 136 | 56 |
| Binary | 1000111 | 111 | 11100101 | 1000101 | 1100001 | 0 | 1010 | 100000001 | 1011110 | 101110 |
Color Harmonies of #4707E5
Complementary color
Monochromatic Colors of #4707E5
Black with #4707E5
Text Example
Text Example
White with #4707E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4707E5; }
p { color: rgb(71,7,229); }
H1.HeaderClassName
{
color: #4707E5;
}
.AnyTagClassName
{
color: #4707E5;
}
</style>
background-color css
<style>
a { background-color: #4707E5; }
a { background-color: rgb(71,7,229); }
div.DivClassName
{
background-color: #4707E5;
}
.BgClassName
{
background-color: #4707E5;
}
</style>
border-color css
<style>
span { border-color: #4707E5; }
span { border-color: rgb(71,7,229); }
td.TdClassName
{
border-color: #4707E5;
}
.TagClassName
{
border-color: #4707E5;
}
</style>