Shades of Han Purple #7129FC
Tints of Han Purple #7129FC
RGB
CMYK
RGB Variations
Color information
#7129FC (or 0x7129FC) is known color: Han Purple. HEX triplet: 71, 29 and FC. RGB value is (113,41,252). Sum of RGB (Red+Green+Blue) = 113+41+252=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 252 (98.83% from 255 or 62.07% from 406); Max value from RGB is 252 - color contains mainly: blue. Hex color #7129FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7129FC is #8ED603. Grayscale: #555555. Windows color (decimal): -9360900 or 16525681. OLE color: 16525681.
HSL color Cylindrical-coordinate representation of color #7129FC: hue angle of 260.47º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7129FC is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 41 | 252 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.01 |
| HSL | 260.47º | 0.97% | 0.57% | - |
| HSV(B) | 260.47º | 0.84% | 0.99% | - |
| XYZ | 25.17 | 12.12 | 93.11 | - |
| YUV | 86.58 | 221.35 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 252 | 0.55 | 0.84 | 0 | 0.01 | 260.47 | 0.97 | 0.57 |
| Hex | 71 | 29 | FC | 37 | 54 | 0 | 1 | 104 | 61 | 39 |
| Octal | 161 | 51 | 374 | 67 | 124 | 0 | 1 | 404 | 141 | 71 |
| Binary | 1110001 | 101001 | 11111100 | 110111 | 1010100 | 0 | 1 | 100000100 | 1100001 | 111001 |
Color Harmonies of #7129FC
Complementary color
Monochromatic Colors of #7129FC
Black with #7129FC
Text Example
Text Example
White with #7129FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7129FC; }
p { color: rgb(113,41,252); }
H1.HeaderClassName
{
color: #7129FC;
}
.AnyTagClassName
{
color: #7129FC;
}
</style>
background-color css
<style>
a { background-color: #7129FC; }
a { background-color: rgb(113,41,252); }
div.DivClassName
{
background-color: #7129FC;
}
.BgClassName
{
background-color: #7129FC;
}
</style>
border-color css
<style>
span { border-color: #7129FC; }
span { border-color: rgb(113,41,252); }
td.TdClassName
{
border-color: #7129FC;
}
.TagClassName
{
border-color: #7129FC;
}
</style>