Shades of Han Purple #4711EB
Tints of Han Purple #4711EB
RGB
CMYK
RGB Variations
Color information
#4711EB (or 0x4711EB) is known color: Han Purple. HEX triplet: 47, 11 and EB. RGB value is (71,17,235). Sum of RGB (Red+Green+Blue) = 71+17+235=323 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.98% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 235 (92.19% from 255 or 72.76% from 323); Max value from RGB is 235 - color contains mainly: blue. Hex color #4711EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4711EB is #B8EE14. Grayscale: #393939. Windows color (decimal): -12119573 or 15405383. OLE color: 15405383.
HSL color Cylindrical-coordinate representation of color #4711EB: hue angle of 254.86º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4711EB is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 71 | 17 | 235 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.08 |
| HSL | 254.86º | 0.87% | 0.49% | - |
| HSV(B) | 254.86º | 0.93% | 0.92% | - |
| XYZ | 17.79 | 7.74 | 79.15 | - |
| YUV | 58 | 227.89 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 235 | 0.70 | 0.93 | 0 | 0.08 | 254.86 | 0.87 | 0.49 |
| Hex | 47 | 11 | EB | 46 | 5D | 0 | 8 | FF | 57 | 31 |
| Octal | 107 | 21 | 353 | 106 | 135 | 0 | 10 | 377 | 127 | 61 |
| Binary | 1000111 | 10001 | 11101011 | 1000110 | 1011101 | 0 | 1000 | 11111111 | 1010111 | 110001 |
Color Harmonies of #4711EB
Complementary color
Monochromatic Colors of #4711EB
Black with #4711EB
Text Example
Text Example
White with #4711EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4711EB; }
p { color: rgb(71,17,235); }
H1.HeaderClassName
{
color: #4711EB;
}
.AnyTagClassName
{
color: #4711EB;
}
</style>
background-color css
<style>
a { background-color: #4711EB; }
a { background-color: rgb(71,17,235); }
div.DivClassName
{
background-color: #4711EB;
}
.BgClassName
{
background-color: #4711EB;
}
</style>
border-color css
<style>
span { border-color: #4711EB; }
span { border-color: rgb(71,17,235); }
td.TdClassName
{
border-color: #4711EB;
}
.TagClassName
{
border-color: #4711EB;
}
</style>