Shades of Han Purple #7129F9
Tints of Han Purple #7129F9
RGB
CMYK
RGB Variations
Color information
#7129F9 (or 0x7129F9) is known color: Han Purple. HEX triplet: 71, 29 and F9. RGB value is (113,41,249). Sum of RGB (Red+Green+Blue) = 113+41+249=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 249 (97.66% from 255 or 61.79% from 403); Max value from RGB is 249 - color contains mainly: blue. Hex color #7129F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7129F9 is #8ED606. Grayscale: #555555. Windows color (decimal): -9360903 or 16329073. OLE color: 16329073.
HSL color Cylindrical-coordinate representation of color #7129F9: hue angle of 260.77º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7129F9 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 41 | 249 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.02 |
| HSL | 260.77º | 0.95% | 0.57% | - |
| HSV(B) | 260.77º | 0.84% | 0.98% | - |
| XYZ | 24.7 | 11.94 | 90.62 | - |
| YUV | 86.24 | 219.85 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 249 | 0.55 | 0.84 | 0 | 0.02 | 260.77 | 0.95 | 0.57 |
| Hex | 71 | 29 | F9 | 37 | 54 | 0 | 2 | 105 | 5F | 39 |
| Octal | 161 | 51 | 371 | 67 | 124 | 0 | 2 | 405 | 137 | 71 |
| Binary | 1110001 | 101001 | 11111001 | 110111 | 1010100 | 0 | 10 | 100000101 | 1011111 | 111001 |
Color Harmonies of #7129F9
Complementary color
Monochromatic Colors of #7129F9
Black with #7129F9
Text Example
Text Example
White with #7129F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7129F9; }
p { color: rgb(113,41,249); }
H1.HeaderClassName
{
color: #7129F9;
}
.AnyTagClassName
{
color: #7129F9;
}
</style>
background-color css
<style>
a { background-color: #7129F9; }
a { background-color: rgb(113,41,249); }
div.DivClassName
{
background-color: #7129F9;
}
.BgClassName
{
background-color: #7129F9;
}
</style>
border-color css
<style>
span { border-color: #7129F9; }
span { border-color: rgb(113,41,249); }
td.TdClassName
{
border-color: #7129F9;
}
.TagClassName
{
border-color: #7129F9;
}
</style>