Shades of Han Purple #7326FE
Tints of Han Purple #7326FE
RGB
CMYK
RGB Variations
Color information
#7326FE (or 0x7326FE) is known color: Han Purple. HEX triplet: 73, 26 and FE. RGB value is (115,38,254). Sum of RGB (Red+Green+Blue) = 115+38+254=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #7326FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7326FE is #8CD901. Grayscale: #545454. Windows color (decimal): -9230594 or 16655987. OLE color: 16655987.
HSL color Cylindrical-coordinate representation of color #7326FE: hue angle of 261.39º 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 #7326FE is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 115 | 38 | 254 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.00 |
| HSL | 261.39º | 0.99% | 0.57% | - |
| HSV(B) | 261.39º | 0.85% | 1% | - |
| XYZ | 25.65 | 12.19 | 94.77 | - |
| YUV | 85.65 | 223.01 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 254 | 0.55 | 0.85 | 0 | 0.00 | 261.39 | 0.99 | 0.57 |
| Hex | 73 | 26 | FE | 37 | 55 | 0 | 0 | 105 | 63 | 39 |
| Octal | 163 | 46 | 376 | 67 | 125 | 0 | 0 | 405 | 143 | 71 |
| Binary | 1110011 | 100110 | 11111110 | 110111 | 1010101 | 0 | 0 | 100000101 | 1100011 | 111001 |
Color Harmonies of #7326FE
Complementary color
Monochromatic Colors of #7326FE
Black with #7326FE
Text Example
Text Example
White with #7326FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7326FE; }
p { color: rgb(115,38,254); }
H1.HeaderClassName
{
color: #7326FE;
}
.AnyTagClassName
{
color: #7326FE;
}
</style>
background-color css
<style>
a { background-color: #7326FE; }
a { background-color: rgb(115,38,254); }
div.DivClassName
{
background-color: #7326FE;
}
.BgClassName
{
background-color: #7326FE;
}
</style>
border-color css
<style>
span { border-color: #7326FE; }
span { border-color: rgb(115,38,254); }
td.TdClassName
{
border-color: #7326FE;
}
.TagClassName
{
border-color: #7326FE;
}
</style>