Shades of Han Purple #7120FE
Tints of Han Purple #7120FE
RGB
CMYK
RGB Variations
Color information
#7120FE (or 0x7120FE) is known color: Han Purple. HEX triplet: 71, 20 and FE. RGB value is (113,32,254). Sum of RGB (Red+Green+Blue) = 113+32+254=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #7120FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7120FE is #8EDF01. Grayscale: #505050. Windows color (decimal): -9363202 or 16654449. OLE color: 16654449.
HSL color Cylindrical-coordinate representation of color #7120FE: hue angle of 261.89º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7120FE is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 32 | 254 | - |
| CMYK | 0.56 | 0.87 | 0 | 0.00 |
| HSL | 261.89º | 0.99% | 0.56% | - |
| HSV(B) | 261.89º | 0.87% | 1% | - |
| XYZ | 25.22 | 11.7 | 94.7 | - |
| YUV | 81.53 | 225.34 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 254 | 0.56 | 0.87 | 0 | 0.00 | 261.89 | 0.99 | 0.56 |
| Hex | 71 | 20 | FE | 38 | 57 | 0 | 0 | 106 | 63 | 38 |
| Octal | 161 | 40 | 376 | 70 | 127 | 0 | 0 | 406 | 143 | 70 |
| Binary | 1110001 | 100000 | 11111110 | 111000 | 1010111 | 0 | 0 | 100000110 | 1100011 | 111000 |
Color Harmonies of #7120FE
Complementary color
Monochromatic Colors of #7120FE
Black with #7120FE
Text Example
Text Example
White with #7120FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7120FE; }
p { color: rgb(113,32,254); }
H1.HeaderClassName
{
color: #7120FE;
}
.AnyTagClassName
{
color: #7120FE;
}
</style>
background-color css
<style>
a { background-color: #7120FE; }
a { background-color: rgb(113,32,254); }
div.DivClassName
{
background-color: #7120FE;
}
.BgClassName
{
background-color: #7120FE;
}
</style>
border-color css
<style>
span { border-color: #7120FE; }
span { border-color: rgb(113,32,254); }
td.TdClassName
{
border-color: #7120FE;
}
.TagClassName
{
border-color: #7120FE;
}
</style>