Shades of Han Purple #4711F0
Tints of Han Purple #4711F0
RGB
CMYK
RGB Variations
Color information
#4711F0 (or 0x4711F0) is known color: Han Purple. HEX triplet: 47, 11 and F0. RGB value is (71,17,240). Sum of RGB (Red+Green+Blue) = 71+17+240=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 240 (94.14% from 255 or 73.17% from 328); Max value from RGB is 240 - color contains mainly: blue. Hex color #4711F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4711F0 is #B8EE0F. Grayscale: #393939. Windows color (decimal): -12119568 or 15733063. OLE color: 15733063.
HSL color Cylindrical-coordinate representation of color #4711F0: hue angle of 254.53º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4711F0 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 71 | 17 | 240 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.06 |
| HSL | 254.53º | 0.88% | 0.5% | - |
| HSV(B) | 254.53º | 0.93% | 0.94% | - |
| XYZ | 18.53 | 8.03 | 83.01 | - |
| YUV | 58.57 | 230.39 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 240 | 0.70 | 0.93 | 0 | 0.06 | 254.53 | 0.88 | 0.5 |
| Hex | 47 | 11 | F0 | 46 | 5D | 0 | 6 | FF | 58 | 32 |
| Octal | 107 | 21 | 360 | 106 | 135 | 0 | 6 | 377 | 130 | 62 |
| Binary | 1000111 | 10001 | 11110000 | 1000110 | 1011101 | 0 | 110 | 11111111 | 1011000 | 110010 |
Color Harmonies of #4711F0
Complementary color
Monochromatic Colors of #4711F0
Black with #4711F0
Text Example
Text Example
White with #4711F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4711F0; }
p { color: rgb(71,17,240); }
H1.HeaderClassName
{
color: #4711F0;
}
.AnyTagClassName
{
color: #4711F0;
}
</style>
background-color css
<style>
a { background-color: #4711F0; }
a { background-color: rgb(71,17,240); }
div.DivClassName
{
background-color: #4711F0;
}
.BgClassName
{
background-color: #4711F0;
}
</style>
border-color css
<style>
span { border-color: #4711F0; }
span { border-color: rgb(71,17,240); }
td.TdClassName
{
border-color: #4711F0;
}
.TagClassName
{
border-color: #4711F0;
}
</style>