Shades of Han Purple #4700EB
Tints of Han Purple #4700EB
RGB
CMYK
RGB Variations
Color information
#4700EB (or 0x4700EB) is known color: Han Purple. HEX triplet: 47, 00 and EB. RGB value is (71,0,235). Sum of RGB (Red+Green+Blue) = 71+0+235=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 235 (92.19% from 255 or 76.80% from 306); Max value from RGB is 235 - color contains mainly: blue. Hex color #4700EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4700EB is #B8FF14. Grayscale: #2F2F2F. Windows color (decimal): -12123925 or 15401031. OLE color: 15401031.
HSL color Cylindrical-coordinate representation of color #4700EB: hue angle of 258.13º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4700EB is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 0 | 235 | - |
| CMYK | 0.70 | 1 | 0 | 0.08 |
| HSL | 258.13º | 1% | 0.46% | - |
| HSV(B) | 258.13º | 1% | 0.92% | - |
| XYZ | 17.59 | 7.34 | 79.09 | - |
| YUV | 48.02 | 233.52 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 235 | 0.70 | 1 | 0 | 0.08 | 258.13 | 1 | 0.46 |
| Hex | 47 | 0 | EB | 46 | 64 | 0 | 8 | 102 | 64 | 2E |
| Octal | 107 | 0 | 353 | 106 | 144 | 0 | 10 | 402 | 144 | 56 |
| Binary | 1000111 | 0 | 11101011 | 1000110 | 1100100 | 0 | 1000 | 100000010 | 1100100 | 101110 |
Color Harmonies of #4700EB
Complementary color
Monochromatic Colors of #4700EB
Black with #4700EB
Text Example
Text Example
White with #4700EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4700EB; }
p { color: rgb(71,0,235); }
H1.HeaderClassName
{
color: #4700EB;
}
.AnyTagClassName
{
color: #4700EB;
}
</style>
background-color css
<style>
a { background-color: #4700EB; }
a { background-color: rgb(71,0,235); }
div.DivClassName
{
background-color: #4700EB;
}
.BgClassName
{
background-color: #4700EB;
}
</style>
border-color css
<style>
span { border-color: #4700EB; }
span { border-color: rgb(71,0,235); }
td.TdClassName
{
border-color: #4700EB;
}
.TagClassName
{
border-color: #4700EB;
}
</style>