Shades of Han Purple #7124FA
Tints of Han Purple #7124FA
RGB
CMYK
RGB Variations
Color information
#7124FA (or 0x7124FA) is known color: Han Purple. HEX triplet: 71, 24 and FA. RGB value is (113,36,250). Sum of RGB (Red+Green+Blue) = 113+36+250=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #7124FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7124FA is #8EDB05. Grayscale: #525252. Windows color (decimal): -9362182 or 16393329. OLE color: 16393329.
HSL color Cylindrical-coordinate representation of color #7124FA: hue angle of 261.59º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7124FA is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 36 | 250 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.02 |
| HSL | 261.59º | 0.96% | 0.56% | - |
| HSV(B) | 261.59º | 0.86% | 0.98% | - |
| XYZ | 24.7 | 11.67 | 91.39 | - |
| YUV | 83.42 | 222.01 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 250 | 0.55 | 0.86 | 0 | 0.02 | 261.59 | 0.96 | 0.56 |
| Hex | 71 | 24 | FA | 37 | 56 | 0 | 2 | 106 | 60 | 38 |
| Octal | 161 | 44 | 372 | 67 | 126 | 0 | 2 | 406 | 140 | 70 |
| Binary | 1110001 | 100100 | 11111010 | 110111 | 1010110 | 0 | 10 | 100000110 | 1100000 | 111000 |
Color Harmonies of #7124FA
Complementary color
Monochromatic Colors of #7124FA
Black with #7124FA
Text Example
Text Example
White with #7124FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7124FA; }
p { color: rgb(113,36,250); }
H1.HeaderClassName
{
color: #7124FA;
}
.AnyTagClassName
{
color: #7124FA;
}
</style>
background-color css
<style>
a { background-color: #7124FA; }
a { background-color: rgb(113,36,250); }
div.DivClassName
{
background-color: #7124FA;
}
.BgClassName
{
background-color: #7124FA;
}
</style>
border-color css
<style>
span { border-color: #7124FA; }
span { border-color: rgb(113,36,250); }
td.TdClassName
{
border-color: #7124FA;
}
.TagClassName
{
border-color: #7124FA;
}
</style>