Shades of Han Purple #711FF4
Tints of Han Purple #711FF4
RGB
CMYK
RGB Variations
Color information
#711FF4 (or 0x711FF4) is known color: Han Purple. HEX triplet: 71, 1F and F4. RGB value is (113,31,244). Sum of RGB (Red+Green+Blue) = 113+31+244=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 244 (95.70% from 255 or 62.89% from 388); Max value from RGB is 244 - color contains mainly: blue. Hex color #711FF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FF4 is #8EE00B. Grayscale: #4F4F4F. Windows color (decimal): -9363468 or 15998833. OLE color: 15998833.
HSL color Cylindrical-coordinate representation of color #711FF4: hue angle of 263.1º degrees, saturation: 0.91, 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 #711FF4 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 31 | 244 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.04 |
| HSL | 263.1º | 0.91% | 0.54% | - |
| HSV(B) | 263.1º | 0.87% | 0.96% | - |
| XYZ | 23.63 | 11.02 | 86.47 | - |
| YUV | 79.8 | 220.67 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 244 | 0.54 | 0.87 | 0 | 0.04 | 263.1 | 0.91 | 0.54 |
| Hex | 71 | 1F | F4 | 36 | 57 | 0 | 4 | 107 | 5B | 36 |
| Octal | 161 | 37 | 364 | 66 | 127 | 0 | 4 | 407 | 133 | 66 |
| Binary | 1110001 | 11111 | 11110100 | 110110 | 1010111 | 0 | 100 | 100000111 | 1011011 | 110110 |
Color Harmonies of #711FF4
Complementary color
Monochromatic Colors of #711FF4
Black with #711FF4
Text Example
Text Example
White with #711FF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FF4; }
p { color: rgb(113,31,244); }
H1.HeaderClassName
{
color: #711FF4;
}
.AnyTagClassName
{
color: #711FF4;
}
</style>
background-color css
<style>
a { background-color: #711FF4; }
a { background-color: rgb(113,31,244); }
div.DivClassName
{
background-color: #711FF4;
}
.BgClassName
{
background-color: #711FF4;
}
</style>
border-color css
<style>
span { border-color: #711FF4; }
span { border-color: rgb(113,31,244); }
td.TdClassName
{
border-color: #711FF4;
}
.TagClassName
{
border-color: #711FF4;
}
</style>