Shades of Han Purple #7222FF
Tints of Han Purple #7222FF
RGB
CMYK
RGB Variations
Color information
#7222FF (or 0x7222FF) is known color: Han Purple. HEX triplet: 72, 22 and FF. RGB value is (114,34,255). Sum of RGB (Red+Green+Blue) = 114+34+255=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #7222FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7222FF is #8DDD00. Grayscale: #525252. Windows color (decimal): -9297153 or 16720498. OLE color: 16720498.
HSL color Cylindrical-coordinate representation of color #7222FF: hue angle of 261.72º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7222FF is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 34 | 255 | - |
| CMYK | 0.55 | 0.87 | 0 | 0 |
| HSL | 261.72º | 1% | 0.57% | - |
| HSV(B) | 261.72º | 0.87% | 1% | - |
| XYZ | 25.56 | 11.94 | 95.57 | - |
| YUV | 83.11 | 225 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 34 | 255 | 0.55 | 0.87 | 0 | 0 | 261.72 | 1 | 0.57 |
| Hex | 72 | 22 | FF | 37 | 57 | 0 | 0 | 106 | 64 | 39 |
| Octal | 162 | 42 | 377 | 67 | 127 | 0 | 0 | 406 | 144 | 71 |
| Binary | 1110010 | 100010 | 11111111 | 110111 | 1010111 | 0 | 0 | 100000110 | 1100100 | 111001 |
Color Harmonies of #7222FF
Complementary color
Monochromatic Colors of #7222FF
Black with #7222FF
Text Example
Text Example
White with #7222FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7222FF; }
p { color: rgb(114,34,255); }
H1.HeaderClassName
{
color: #7222FF;
}
.AnyTagClassName
{
color: #7222FF;
}
</style>
background-color css
<style>
a { background-color: #7222FF; }
a { background-color: rgb(114,34,255); }
div.DivClassName
{
background-color: #7222FF;
}
.BgClassName
{
background-color: #7222FF;
}
</style>
border-color css
<style>
span { border-color: #7222FF; }
span { border-color: rgb(114,34,255); }
td.TdClassName
{
border-color: #7222FF;
}
.TagClassName
{
border-color: #7222FF;
}
</style>