Shades of Han Purple #7128FE
Tints of Han Purple #7128FE
RGB
CMYK
RGB Variations
Color information
#7128FE (or 0x7128FE) is known color: Han Purple. HEX triplet: 71, 28 and FE. RGB value is (113,40,254). Sum of RGB (Red+Green+Blue) = 113+40+254=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #7128FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7128FE is #8ED701. Grayscale: #555555. Windows color (decimal): -9361154 or 16656497. OLE color: 16656497.
HSL color Cylindrical-coordinate representation of color #7128FE: hue angle of 260.47º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7128FE is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 40 | 254 | - |
| CMYK | 0.56 | 0.84 | 0 | 0.00 |
| HSL | 260.47º | 0.99% | 0.58% | - |
| HSV(B) | 260.47º | 0.84% | 1% | - |
| XYZ | 25.46 | 12.18 | 94.78 | - |
| YUV | 86.22 | 222.68 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 254 | 0.56 | 0.84 | 0 | 0.00 | 260.47 | 0.99 | 0.58 |
| Hex | 71 | 28 | FE | 38 | 54 | 0 | 0 | 104 | 63 | 3A |
| Octal | 161 | 50 | 376 | 70 | 124 | 0 | 0 | 404 | 143 | 72 |
| Binary | 1110001 | 101000 | 11111110 | 111000 | 1010100 | 0 | 0 | 100000100 | 1100011 | 111010 |
Color Harmonies of #7128FE
Complementary color
Monochromatic Colors of #7128FE
Black with #7128FE
Text Example
Text Example
White with #7128FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7128FE; }
p { color: rgb(113,40,254); }
H1.HeaderClassName
{
color: #7128FE;
}
.AnyTagClassName
{
color: #7128FE;
}
</style>
background-color css
<style>
a { background-color: #7128FE; }
a { background-color: rgb(113,40,254); }
div.DivClassName
{
background-color: #7128FE;
}
.BgClassName
{
background-color: #7128FE;
}
</style>
border-color css
<style>
span { border-color: #7128FE; }
span { border-color: rgb(113,40,254); }
td.TdClassName
{
border-color: #7128FE;
}
.TagClassName
{
border-color: #7128FE;
}
</style>