Shades of Han Purple #7225F9
Tints of Han Purple #7225F9
RGB
CMYK
RGB Variations
Color information
#7225F9 (or 0x7225F9) is known color: Han Purple. HEX triplet: 72, 25 and F9. RGB value is (114,37,249). Sum of RGB (Red+Green+Blue) = 114+37+249=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 249 (97.66% from 255 or 62.25% from 400); Max value from RGB is 249 - color contains mainly: blue. Hex color #7225F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7225F9 is #8DDA06. Grayscale: #535353. Windows color (decimal): -9296391 or 16328050. OLE color: 16328050.
HSL color Cylindrical-coordinate representation of color #7225F9: hue angle of 261.79º degrees, saturation: 0.95, 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 #7225F9 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 37 | 249 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.02 |
| HSL | 261.79º | 0.95% | 0.56% | - |
| HSV(B) | 261.79º | 0.85% | 0.98% | - |
| XYZ | 24.7 | 11.74 | 90.59 | - |
| YUV | 84.19 | 221.01 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 249 | 0.54 | 0.85 | 0 | 0.02 | 261.79 | 0.95 | 0.56 |
| Hex | 72 | 25 | F9 | 36 | 55 | 0 | 2 | 106 | 5F | 38 |
| Octal | 162 | 45 | 371 | 66 | 125 | 0 | 2 | 406 | 137 | 70 |
| Binary | 1110010 | 100101 | 11111001 | 110110 | 1010101 | 0 | 10 | 100000110 | 1011111 | 111000 |
Color Harmonies of #7225F9
Complementary color
Monochromatic Colors of #7225F9
Black with #7225F9
Text Example
Text Example
White with #7225F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7225F9; }
p { color: rgb(114,37,249); }
H1.HeaderClassName
{
color: #7225F9;
}
.AnyTagClassName
{
color: #7225F9;
}
</style>
background-color css
<style>
a { background-color: #7225F9; }
a { background-color: rgb(114,37,249); }
div.DivClassName
{
background-color: #7225F9;
}
.BgClassName
{
background-color: #7225F9;
}
</style>
border-color css
<style>
span { border-color: #7225F9; }
span { border-color: rgb(114,37,249); }
td.TdClassName
{
border-color: #7225F9;
}
.TagClassName
{
border-color: #7225F9;
}
</style>