Shades of Han Purple #7124FE
Tints of Han Purple #7124FE
RGB
CMYK
RGB Variations
Color information
#7124FE (or 0x7124FE) is known color: Han Purple. HEX triplet: 71, 24 and FE. RGB value is (113,36,254). Sum of RGB (Red+Green+Blue) = 113+36+254=403 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.04% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #7124FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7124FE is #8EDB01. Grayscale: #535353. Windows color (decimal): -9362178 or 16655473. OLE color: 16655473.
HSL color Cylindrical-coordinate representation of color #7124FE: hue angle of 261.19º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7124FE is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 36 | 254 | - |
| CMYK | 0.56 | 0.86 | 0 | 0.00 |
| HSL | 261.19º | 0.99% | 0.57% | - |
| HSV(B) | 261.19º | 0.86% | 1% | - |
| XYZ | 25.33 | 11.93 | 94.73 | - |
| YUV | 83.88 | 224.01 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 254 | 0.56 | 0.86 | 0 | 0.00 | 261.19 | 0.99 | 0.57 |
| Hex | 71 | 24 | FE | 38 | 56 | 0 | 0 | 105 | 63 | 39 |
| Octal | 161 | 44 | 376 | 70 | 126 | 0 | 0 | 405 | 143 | 71 |
| Binary | 1110001 | 100100 | 11111110 | 111000 | 1010110 | 0 | 0 | 100000101 | 1100011 | 111001 |
Color Harmonies of #7124FE
Complementary color
Monochromatic Colors of #7124FE
Black with #7124FE
Text Example
Text Example
White with #7124FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7124FE; }
p { color: rgb(113,36,254); }
H1.HeaderClassName
{
color: #7124FE;
}
.AnyTagClassName
{
color: #7124FE;
}
</style>
background-color css
<style>
a { background-color: #7124FE; }
a { background-color: rgb(113,36,254); }
div.DivClassName
{
background-color: #7124FE;
}
.BgClassName
{
background-color: #7124FE;
}
</style>
border-color css
<style>
span { border-color: #7124FE; }
span { border-color: rgb(113,36,254); }
td.TdClassName
{
border-color: #7124FE;
}
.TagClassName
{
border-color: #7124FE;
}
</style>