Shades of Han Purple #7127FE
Tints of Han Purple #7127FE
RGB
CMYK
RGB Variations
Color information
#7127FE (or 0x7127FE) is known color: Han Purple. HEX triplet: 71, 27 and FE. RGB value is (113,39,254). Sum of RGB (Red+Green+Blue) = 113+39+254=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #7127FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7127FE is #8ED801. Grayscale: #545454. Windows color (decimal): -9361410 or 16656241. OLE color: 16656241.
HSL color Cylindrical-coordinate representation of color #7127FE: hue angle of 260.65º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7127FE is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 39 | 254 | - |
| CMYK | 0.56 | 0.85 | 0 | 0.00 |
| HSL | 260.65º | 0.99% | 0.57% | - |
| HSV(B) | 260.65º | 0.85% | 1% | - |
| XYZ | 25.42 | 12.12 | 94.76 | - |
| YUV | 85.64 | 223.02 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 39 | 254 | 0.56 | 0.85 | 0 | 0.00 | 260.65 | 0.99 | 0.57 |
| Hex | 71 | 27 | FE | 38 | 55 | 0 | 0 | 105 | 63 | 39 |
| Octal | 161 | 47 | 376 | 70 | 125 | 0 | 0 | 405 | 143 | 71 |
| Binary | 1110001 | 100111 | 11111110 | 111000 | 1010101 | 0 | 0 | 100000101 | 1100011 | 111001 |
Color Harmonies of #7127FE
Complementary color
Monochromatic Colors of #7127FE
Black with #7127FE
Text Example
Text Example
White with #7127FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7127FE; }
p { color: rgb(113,39,254); }
H1.HeaderClassName
{
color: #7127FE;
}
.AnyTagClassName
{
color: #7127FE;
}
</style>
background-color css
<style>
a { background-color: #7127FE; }
a { background-color: rgb(113,39,254); }
div.DivClassName
{
background-color: #7127FE;
}
.BgClassName
{
background-color: #7127FE;
}
</style>
border-color css
<style>
span { border-color: #7127FE; }
span { border-color: rgb(113,39,254); }
td.TdClassName
{
border-color: #7127FE;
}
.TagClassName
{
border-color: #7127FE;
}
</style>