Shades of Han Purple #7325FE
Tints of Han Purple #7325FE
RGB
CMYK
RGB Variations
Color information
#7325FE (or 0x7325FE) is known color: Han Purple. HEX triplet: 73, 25 and FE. RGB value is (115,37,254). Sum of RGB (Red+Green+Blue) = 115+37+254=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #7325FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7325FE is #8CDA01. Grayscale: #545454. Windows color (decimal): -9230850 or 16655731. OLE color: 16655731.
HSL color Cylindrical-coordinate representation of color #7325FE: hue angle of 261.57º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7325FE is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 37 | 254 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.00 |
| HSL | 261.57º | 0.99% | 0.57% | - |
| HSV(B) | 261.57º | 0.85% | 1% | - |
| XYZ | 25.62 | 12.12 | 94.76 | - |
| YUV | 85.06 | 223.34 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 37 | 254 | 0.55 | 0.85 | 0 | 0.00 | 261.57 | 0.99 | 0.57 |
| Hex | 73 | 25 | FE | 37 | 55 | 0 | 0 | 106 | 63 | 39 |
| Octal | 163 | 45 | 376 | 67 | 125 | 0 | 0 | 406 | 143 | 71 |
| Binary | 1110011 | 100101 | 11111110 | 110111 | 1010101 | 0 | 0 | 100000110 | 1100011 | 111001 |
Color Harmonies of #7325FE
Complementary color
Monochromatic Colors of #7325FE
Black with #7325FE
Text Example
Text Example
White with #7325FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7325FE; }
p { color: rgb(115,37,254); }
H1.HeaderClassName
{
color: #7325FE;
}
.AnyTagClassName
{
color: #7325FE;
}
</style>
background-color css
<style>
a { background-color: #7325FE; }
a { background-color: rgb(115,37,254); }
div.DivClassName
{
background-color: #7325FE;
}
.BgClassName
{
background-color: #7325FE;
}
</style>
border-color css
<style>
span { border-color: #7325FE; }
span { border-color: rgb(115,37,254); }
td.TdClassName
{
border-color: #7325FE;
}
.TagClassName
{
border-color: #7325FE;
}
</style>