Shades of Han Purple #7221FA
Tints of Han Purple #7221FA
RGB
CMYK
RGB Variations
Color information
#7221FA (or 0x7221FA) is known color: Han Purple. HEX triplet: 72, 21 and FA. RGB value is (114,33,250). Sum of RGB (Red+Green+Blue) = 114+33+250=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 250 (98.05% from 255 or 62.97% from 397); Max value from RGB is 250 - color contains mainly: blue. Hex color #7221FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7221FA is #8DDE05. Grayscale: #515151. Windows color (decimal): -9297414 or 16392562. OLE color: 16392562.
HSL color Cylindrical-coordinate representation of color #7221FA: hue angle of 262.4º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7221FA is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 33 | 250 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.02 |
| HSL | 262.4º | 0.96% | 0.55% | - |
| HSV(B) | 262.4º | 0.87% | 0.98% | - |
| XYZ | 24.74 | 11.57 | 91.37 | - |
| YUV | 81.96 | 222.84 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 250 | 0.54 | 0.87 | 0 | 0.02 | 262.4 | 0.96 | 0.55 |
| Hex | 72 | 21 | FA | 36 | 57 | 0 | 2 | 106 | 60 | 37 |
| Octal | 162 | 41 | 372 | 66 | 127 | 0 | 2 | 406 | 140 | 67 |
| Binary | 1110010 | 100001 | 11111010 | 110110 | 1010111 | 0 | 10 | 100000110 | 1100000 | 110111 |
Color Harmonies of #7221FA
Complementary color
Monochromatic Colors of #7221FA
Black with #7221FA
Text Example
Text Example
White with #7221FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7221FA; }
p { color: rgb(114,33,250); }
H1.HeaderClassName
{
color: #7221FA;
}
.AnyTagClassName
{
color: #7221FA;
}
</style>
background-color css
<style>
a { background-color: #7221FA; }
a { background-color: rgb(114,33,250); }
div.DivClassName
{
background-color: #7221FA;
}
.BgClassName
{
background-color: #7221FA;
}
</style>
border-color css
<style>
span { border-color: #7221FA; }
span { border-color: rgb(114,33,250); }
td.TdClassName
{
border-color: #7221FA;
}
.TagClassName
{
border-color: #7221FA;
}
</style>