Shades of Han Purple #7329FE
Tints of Han Purple #7329FE
RGB
CMYK
RGB Variations
Color information
#7329FE (or 0x7329FE) is known color: Han Purple. HEX triplet: 73, 29 and FE. RGB value is (115,41,254). Sum of RGB (Red+Green+Blue) = 115+41+254=410 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.05% from 410); Green value is 41 (16.41% from 255 or 10% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #7329FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7329FE is #8CD601. Grayscale: #565656. Windows color (decimal): -9229826 or 16656755. OLE color: 16656755.
HSL color Cylindrical-coordinate representation of color #7329FE: hue angle of 260.85º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7329FE is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 41 | 254 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.00 |
| HSL | 260.85º | 0.99% | 0.58% | - |
| HSV(B) | 260.85º | 0.84% | 1% | - |
| XYZ | 25.75 | 12.39 | 94.8 | - |
| YUV | 87.41 | 222.02 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 254 | 0.55 | 0.84 | 0 | 0.00 | 260.85 | 0.99 | 0.58 |
| Hex | 73 | 29 | FE | 37 | 54 | 0 | 0 | 105 | 63 | 3A |
| Octal | 163 | 51 | 376 | 67 | 124 | 0 | 0 | 405 | 143 | 72 |
| Binary | 1110011 | 101001 | 11111110 | 110111 | 1010100 | 0 | 0 | 100000101 | 1100011 | 111010 |
Color Harmonies of #7329FE
Complementary color
Monochromatic Colors of #7329FE
Black with #7329FE
Text Example
Text Example
White with #7329FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7329FE; }
p { color: rgb(115,41,254); }
H1.HeaderClassName
{
color: #7329FE;
}
.AnyTagClassName
{
color: #7329FE;
}
</style>
background-color css
<style>
a { background-color: #7329FE; }
a { background-color: rgb(115,41,254); }
div.DivClassName
{
background-color: #7329FE;
}
.BgClassName
{
background-color: #7329FE;
}
</style>
border-color css
<style>
span { border-color: #7329FE; }
span { border-color: rgb(115,41,254); }
td.TdClassName
{
border-color: #7329FE;
}
.TagClassName
{
border-color: #7329FE;
}
</style>