Shades of Han Purple #7225FA
Tints of Han Purple #7225FA
RGB
CMYK
RGB Variations
Color information
#7225FA (or 0x7225FA) is known color: Han Purple. HEX triplet: 72, 25 and FA. RGB value is (114,37,250). Sum of RGB (Red+Green+Blue) = 114+37+250=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 250 (98.05% from 255 or 62.34% from 401); Max value from RGB is 250 - color contains mainly: blue. Hex color #7225FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7225FA is #8DDA05. Grayscale: #535353. Windows color (decimal): -9296390 or 16393586. OLE color: 16393586.
HSL color Cylindrical-coordinate representation of color #7225FA: hue angle of 261.69º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7225FA is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 37 | 250 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.02 |
| HSL | 261.69º | 0.96% | 0.56% | - |
| HSV(B) | 261.69º | 0.85% | 0.98% | - |
| XYZ | 24.86 | 11.8 | 91.41 | - |
| YUV | 84.31 | 221.51 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 250 | 0.54 | 0.85 | 0 | 0.02 | 261.69 | 0.96 | 0.56 |
| Hex | 72 | 25 | FA | 36 | 55 | 0 | 2 | 106 | 60 | 38 |
| Octal | 162 | 45 | 372 | 66 | 125 | 0 | 2 | 406 | 140 | 70 |
| Binary | 1110010 | 100101 | 11111010 | 110110 | 1010101 | 0 | 10 | 100000110 | 1100000 | 111000 |
Color Harmonies of #7225FA
Complementary color
Monochromatic Colors of #7225FA
Black with #7225FA
Text Example
Text Example
White with #7225FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7225FA; }
p { color: rgb(114,37,250); }
H1.HeaderClassName
{
color: #7225FA;
}
.AnyTagClassName
{
color: #7225FA;
}
</style>
background-color css
<style>
a { background-color: #7225FA; }
a { background-color: rgb(114,37,250); }
div.DivClassName
{
background-color: #7225FA;
}
.BgClassName
{
background-color: #7225FA;
}
</style>
border-color css
<style>
span { border-color: #7225FA; }
span { border-color: rgb(114,37,250); }
td.TdClassName
{
border-color: #7225FA;
}
.TagClassName
{
border-color: #7225FA;
}
</style>