Shades of Han Purple #7322FA
Tints of Han Purple #7322FA
RGB
CMYK
RGB Variations
Color information
#7322FA (or 0x7322FA) is known color: Han Purple. HEX triplet: 73, 22 and FA. RGB value is (115,34,250). Sum of RGB (Red+Green+Blue) = 115+34+250=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #7322FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7322FA is #8CDD05. Grayscale: #525252. Windows color (decimal): -9231622 or 16392819. OLE color: 16392819.
HSL color Cylindrical-coordinate representation of color #7322FA: hue angle of 262.5º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7322FA is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 34 | 250 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.02 |
| HSL | 262.5º | 0.96% | 0.56% | - |
| HSV(B) | 262.5º | 0.86% | 0.98% | - |
| XYZ | 24.9 | 11.69 | 91.39 | - |
| YUV | 82.84 | 222.34 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 250 | 0.54 | 0.86 | 0 | 0.02 | 262.5 | 0.96 | 0.56 |
| Hex | 73 | 22 | FA | 36 | 56 | 0 | 2 | 106 | 60 | 38 |
| Octal | 163 | 42 | 372 | 66 | 126 | 0 | 2 | 406 | 140 | 70 |
| Binary | 1110011 | 100010 | 11111010 | 110110 | 1010110 | 0 | 10 | 100000110 | 1100000 | 111000 |
Color Harmonies of #7322FA
Complementary color
Monochromatic Colors of #7322FA
Black with #7322FA
Text Example
Text Example
White with #7322FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7322FA; }
p { color: rgb(115,34,250); }
H1.HeaderClassName
{
color: #7322FA;
}
.AnyTagClassName
{
color: #7322FA;
}
</style>
background-color css
<style>
a { background-color: #7322FA; }
a { background-color: rgb(115,34,250); }
div.DivClassName
{
background-color: #7322FA;
}
.BgClassName
{
background-color: #7322FA;
}
</style>
border-color css
<style>
span { border-color: #7322FA; }
span { border-color: rgb(115,34,250); }
td.TdClassName
{
border-color: #7322FA;
}
.TagClassName
{
border-color: #7322FA;
}
</style>