Shades of Han Purple #7322FC
Tints of Han Purple #7322FC
RGB
CMYK
RGB Variations
Color information
#7322FC (or 0x7322FC) is known color: Han Purple. HEX triplet: 73, 22 and FC. RGB value is (115,34,252). Sum of RGB (Red+Green+Blue) = 115+34+252=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #7322FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7322FC is #8CDD03. Grayscale: #525252. Windows color (decimal): -9231620 or 16523891. OLE color: 16523891.
HSL color Cylindrical-coordinate representation of color #7322FC: hue angle of 262.29º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7322FC is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 34 | 252 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.01 |
| HSL | 262.29º | 0.97% | 0.56% | - |
| HSV(B) | 262.29º | 0.87% | 0.99% | - |
| XYZ | 25.21 | 11.82 | 93.05 | - |
| YUV | 83.07 | 223.34 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 252 | 0.54 | 0.87 | 0 | 0.01 | 262.29 | 0.97 | 0.56 |
| Hex | 73 | 22 | FC | 36 | 57 | 0 | 1 | 106 | 61 | 38 |
| Octal | 163 | 42 | 374 | 66 | 127 | 0 | 1 | 406 | 141 | 70 |
| Binary | 1110011 | 100010 | 11111100 | 110110 | 1010111 | 0 | 1 | 100000110 | 1100001 | 111000 |
Color Harmonies of #7322FC
Complementary color
Monochromatic Colors of #7322FC
Black with #7322FC
Text Example
Text Example
White with #7322FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7322FC; }
p { color: rgb(115,34,252); }
H1.HeaderClassName
{
color: #7322FC;
}
.AnyTagClassName
{
color: #7322FC;
}
</style>
background-color css
<style>
a { background-color: #7322FC; }
a { background-color: rgb(115,34,252); }
div.DivClassName
{
background-color: #7322FC;
}
.BgClassName
{
background-color: #7322FC;
}
</style>
border-color css
<style>
span { border-color: #7322FC; }
span { border-color: rgb(115,34,252); }
td.TdClassName
{
border-color: #7322FC;
}
.TagClassName
{
border-color: #7322FC;
}
</style>