Shades of Han Purple #7225FF
Tints of Han Purple #7225FF
RGB
CMYK
RGB Variations
Color information
#7225FF (or 0x7225FF) is known color: Han Purple. HEX triplet: 72, 25 and FF. RGB value is (114,37,255). Sum of RGB (Red+Green+Blue) = 114+37+255=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 255 (100% from 255 or 62.81% from 406); Max value from RGB is 255 - color contains mainly: blue. Hex color #7225FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7225FF is #8DDA00. Grayscale: #545454. Windows color (decimal): -9296385 or 16721266. OLE color: 16721266.
HSL color Cylindrical-coordinate representation of color #7225FF: hue angle of 261.19º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7225FF is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 37 | 255 | - |
| CMYK | 0.55 | 0.85 | 0 | 0 |
| HSL | 261.19º | 1% | 0.57% | - |
| HSV(B) | 261.19º | 0.85% | 1% | - |
| XYZ | 25.65 | 12.12 | 95.6 | - |
| YUV | 84.88 | 224.01 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 255 | 0.55 | 0.85 | 0 | 0 | 261.19 | 1 | 0.57 |
| Hex | 72 | 25 | FF | 37 | 55 | 0 | 0 | 105 | 64 | 39 |
| Octal | 162 | 45 | 377 | 67 | 125 | 0 | 0 | 405 | 144 | 71 |
| Binary | 1110010 | 100101 | 11111111 | 110111 | 1010101 | 0 | 0 | 100000101 | 1100100 | 111001 |
Color Harmonies of #7225FF
Complementary color
Monochromatic Colors of #7225FF
Black with #7225FF
Text Example
Text Example
White with #7225FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7225FF; }
p { color: rgb(114,37,255); }
H1.HeaderClassName
{
color: #7225FF;
}
.AnyTagClassName
{
color: #7225FF;
}
</style>
background-color css
<style>
a { background-color: #7225FF; }
a { background-color: rgb(114,37,255); }
div.DivClassName
{
background-color: #7225FF;
}
.BgClassName
{
background-color: #7225FF;
}
</style>
border-color css
<style>
span { border-color: #7225FF; }
span { border-color: rgb(114,37,255); }
td.TdClassName
{
border-color: #7225FF;
}
.TagClassName
{
border-color: #7225FF;
}
</style>