Shades of Han Purple #711FFA
Tints of Han Purple #711FFA
RGB
CMYK
RGB Variations
Color information
#711FFA (or 0x711FFA) is known color: Han Purple. HEX triplet: 71, 1F and FA. RGB value is (113,31,250). Sum of RGB (Red+Green+Blue) = 113+31+250=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #711FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FFA is #8EE005. Grayscale: #4F4F4F. Windows color (decimal): -9363462 or 16392049. OLE color: 16392049.
HSL color Cylindrical-coordinate representation of color #711FFA: hue angle of 262.47º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711FFA is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 31 | 250 | - |
| CMYK | 0.55 | 0.88 | 0 | 0.02 |
| HSL | 262.47º | 0.96% | 0.55% | - |
| HSV(B) | 262.47º | 0.88% | 0.98% | - |
| XYZ | 24.56 | 11.39 | 91.35 | - |
| YUV | 80.48 | 223.67 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 250 | 0.55 | 0.88 | 0 | 0.02 | 262.47 | 0.96 | 0.55 |
| Hex | 71 | 1F | FA | 37 | 58 | 0 | 2 | 106 | 60 | 37 |
| Octal | 161 | 37 | 372 | 67 | 130 | 0 | 2 | 406 | 140 | 67 |
| Binary | 1110001 | 11111 | 11111010 | 110111 | 1011000 | 0 | 10 | 100000110 | 1100000 | 110111 |
Color Harmonies of #711FFA
Complementary color
Monochromatic Colors of #711FFA
Black with #711FFA
Text Example
Text Example
White with #711FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FFA; }
p { color: rgb(113,31,250); }
H1.HeaderClassName
{
color: #711FFA;
}
.AnyTagClassName
{
color: #711FFA;
}
</style>
background-color css
<style>
a { background-color: #711FFA; }
a { background-color: rgb(113,31,250); }
div.DivClassName
{
background-color: #711FFA;
}
.BgClassName
{
background-color: #711FFA;
}
</style>
border-color css
<style>
span { border-color: #711FFA; }
span { border-color: rgb(113,31,250); }
td.TdClassName
{
border-color: #711FFA;
}
.TagClassName
{
border-color: #711FFA;
}
</style>