Shades of Han Purple #7322FF
Tints of Han Purple #7322FF
RGB
CMYK
RGB Variations
Color information
#7322FF (or 0x7322FF) is known color: Han Purple. HEX triplet: 73, 22 and FF. RGB value is (115,34,255). Sum of RGB (Red+Green+Blue) = 115+34+255=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #7322FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7322FF is #8CDD00. Grayscale: #525252. Windows color (decimal): -9231617 or 16720499. OLE color: 16720499.
HSL color Cylindrical-coordinate representation of color #7322FF: hue angle of 261.99º 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 #7322FF is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 34 | 255 | - |
| CMYK | 0.55 | 0.87 | 0 | 0 |
| HSL | 261.99º | 1% | 0.57% | - |
| HSV(B) | 261.99º | 0.87% | 1% | - |
| XYZ | 25.69 | 12.01 | 95.57 | - |
| YUV | 83.41 | 224.84 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 34 | 255 | 0.55 | 0.87 | 0 | 0 | 261.99 | 1 | 0.57 |
| Hex | 73 | 22 | FF | 37 | 57 | 0 | 0 | 106 | 64 | 39 |
| Octal | 163 | 42 | 377 | 67 | 127 | 0 | 0 | 406 | 144 | 71 |
| Binary | 1110011 | 100010 | 11111111 | 110111 | 1010111 | 0 | 0 | 100000110 | 1100100 | 111001 |
Color Harmonies of #7322FF
Complementary color
Monochromatic Colors of #7322FF
Black with #7322FF
Text Example
Text Example
White with #7322FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7322FF; }
p { color: rgb(115,34,255); }
H1.HeaderClassName
{
color: #7322FF;
}
.AnyTagClassName
{
color: #7322FF;
}
</style>
background-color css
<style>
a { background-color: #7322FF; }
a { background-color: rgb(115,34,255); }
div.DivClassName
{
background-color: #7322FF;
}
.BgClassName
{
background-color: #7322FF;
}
</style>
border-color css
<style>
span { border-color: #7322FF; }
span { border-color: rgb(115,34,255); }
td.TdClassName
{
border-color: #7322FF;
}
.TagClassName
{
border-color: #7322FF;
}
</style>