Shades of Han Purple #711FF6
Tints of Han Purple #711FF6
RGB
CMYK
RGB Variations
Color information
#711FF6 (or 0x711FF6) is known color: Han Purple. HEX triplet: 71, 1F and F6. RGB value is (113,31,246). Sum of RGB (Red+Green+Blue) = 113+31+246=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 246 (96.48% from 255 or 63.08% from 390); Max value from RGB is 246 - color contains mainly: blue. Hex color #711FF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FF6 is #8EE009. Grayscale: #4F4F4F. Windows color (decimal): -9363466 or 16129905. OLE color: 16129905.
HSL color Cylindrical-coordinate representation of color #711FF6: hue angle of 262.88º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711FF6 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 31 | 246 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.04 |
| HSL | 262.88º | 0.92% | 0.54% | - |
| HSV(B) | 262.88º | 0.87% | 0.96% | - |
| XYZ | 23.93 | 11.14 | 88.08 | - |
| YUV | 80.03 | 221.67 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 246 | 0.54 | 0.87 | 0 | 0.04 | 262.88 | 0.92 | 0.54 |
| Hex | 71 | 1F | F6 | 36 | 57 | 0 | 4 | 107 | 5C | 36 |
| Octal | 161 | 37 | 366 | 66 | 127 | 0 | 4 | 407 | 134 | 66 |
| Binary | 1110001 | 11111 | 11110110 | 110110 | 1010111 | 0 | 100 | 100000111 | 1011100 | 110110 |
Color Harmonies of #711FF6
Complementary color
Monochromatic Colors of #711FF6
Black with #711FF6
Text Example
Text Example
White with #711FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FF6; }
p { color: rgb(113,31,246); }
H1.HeaderClassName
{
color: #711FF6;
}
.AnyTagClassName
{
color: #711FF6;
}
</style>
background-color css
<style>
a { background-color: #711FF6; }
a { background-color: rgb(113,31,246); }
div.DivClassName
{
background-color: #711FF6;
}
.BgClassName
{
background-color: #711FF6;
}
</style>
border-color css
<style>
span { border-color: #711FF6; }
span { border-color: rgb(113,31,246); }
td.TdClassName
{
border-color: #711FF6;
}
.TagClassName
{
border-color: #711FF6;
}
</style>