Shades of Han Purple #7329FD
Tints of Han Purple #7329FD
RGB
CMYK
RGB Variations
Color information
#7329FD (or 0x7329FD) is known color: Han Purple. HEX triplet: 73, 29 and FD. RGB value is (115,41,253). Sum of RGB (Red+Green+Blue) = 115+41+253=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #7329FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7329FD is #8CD602. Grayscale: #565656. Windows color (decimal): -9229827 or 16591219. OLE color: 16591219.
HSL color Cylindrical-coordinate representation of color #7329FD: hue angle of 260.94º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7329FD is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 41 | 253 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.01 |
| HSL | 260.94º | 0.98% | 0.58% | - |
| HSV(B) | 260.94º | 0.84% | 0.99% | - |
| XYZ | 25.59 | 12.32 | 93.96 | - |
| YUV | 87.29 | 221.52 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 253 | 0.55 | 0.84 | 0 | 0.01 | 260.94 | 0.98 | 0.58 |
| Hex | 73 | 29 | FD | 37 | 54 | 0 | 1 | 105 | 62 | 3A |
| Octal | 163 | 51 | 375 | 67 | 124 | 0 | 1 | 405 | 142 | 72 |
| Binary | 1110011 | 101001 | 11111101 | 110111 | 1010100 | 0 | 1 | 100000101 | 1100010 | 111010 |
Color Harmonies of #7329FD
Complementary color
Monochromatic Colors of #7329FD
Black with #7329FD
Text Example
Text Example
White with #7329FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7329FD; }
p { color: rgb(115,41,253); }
H1.HeaderClassName
{
color: #7329FD;
}
.AnyTagClassName
{
color: #7329FD;
}
</style>
background-color css
<style>
a { background-color: #7329FD; }
a { background-color: rgb(115,41,253); }
div.DivClassName
{
background-color: #7329FD;
}
.BgClassName
{
background-color: #7329FD;
}
</style>
border-color css
<style>
span { border-color: #7329FD; }
span { border-color: rgb(115,41,253); }
td.TdClassName
{
border-color: #7329FD;
}
.TagClassName
{
border-color: #7329FD;
}
</style>