Shades of Han Purple #711FF7
Tints of Han Purple #711FF7
RGB
CMYK
RGB Variations
Color information
#711FF7 (or 0x711FF7) is known color: Han Purple. HEX triplet: 71, 1F and F7. RGB value is (113,31,247). Sum of RGB (Red+Green+Blue) = 113+31+247=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 247 (96.88% from 255 or 63.17% from 391); Max value from RGB is 247 - color contains mainly: blue. Hex color #711FF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FF7 is #8EE008. Grayscale: #4F4F4F. Windows color (decimal): -9363465 or 16195441. OLE color: 16195441.
HSL color Cylindrical-coordinate representation of color #711FF7: hue angle of 262.78º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711FF7 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 31 | 247 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.03 |
| HSL | 262.78º | 0.93% | 0.55% | - |
| HSV(B) | 262.78º | 0.87% | 0.97% | - |
| XYZ | 24.09 | 11.21 | 88.89 | - |
| YUV | 80.14 | 222.17 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 247 | 0.54 | 0.87 | 0 | 0.03 | 262.78 | 0.93 | 0.55 |
| Hex | 71 | 1F | F7 | 36 | 57 | 0 | 3 | 107 | 5D | 37 |
| Octal | 161 | 37 | 367 | 66 | 127 | 0 | 3 | 407 | 135 | 67 |
| Binary | 1110001 | 11111 | 11110111 | 110110 | 1010111 | 0 | 11 | 100000111 | 1011101 | 110111 |
Color Harmonies of #711FF7
Complementary color
Monochromatic Colors of #711FF7
Black with #711FF7
Text Example
Text Example
White with #711FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FF7; }
p { color: rgb(113,31,247); }
H1.HeaderClassName
{
color: #711FF7;
}
.AnyTagClassName
{
color: #711FF7;
}
</style>
background-color css
<style>
a { background-color: #711FF7; }
a { background-color: rgb(113,31,247); }
div.DivClassName
{
background-color: #711FF7;
}
.BgClassName
{
background-color: #711FF7;
}
</style>
border-color css
<style>
span { border-color: #711FF7; }
span { border-color: rgb(113,31,247); }
td.TdClassName
{
border-color: #711FF7;
}
.TagClassName
{
border-color: #711FF7;
}
</style>