Shades of Blue Violet #7326FA
Tints of Blue Violet #7326FA
RGB
CMYK
RGB Variations
Color information
#7326FA (or 0x7326FA) is known color: Blue Violet. HEX triplet: 73, 26 and FA. RGB value is (115,38,250). Sum of RGB (Red+Green+Blue) = 115+38+250=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 250 (98.05% from 255 or 62.03% from 403); Max value from RGB is 250 - color contains mainly: blue. Hex color #7326FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7326FA is #8CD905. Grayscale: #545454. Windows color (decimal): -9230598 or 16393843. OLE color: 16393843.
HSL color Cylindrical-coordinate representation of color #7326FA: hue angle of 261.79º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7326FA is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 38 | 250 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.02 |
| HSL | 261.79º | 0.95% | 0.56% | - |
| HSV(B) | 261.79º | 0.85% | 0.98% | - |
| XYZ | 25.02 | 11.93 | 91.43 | - |
| YUV | 85.19 | 221.01 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 250 | 0.54 | 0.85 | 0 | 0.02 | 261.79 | 0.95 | 0.56 |
| Hex | 73 | 26 | FA | 36 | 55 | 0 | 2 | 106 | 5F | 38 |
| Octal | 163 | 46 | 372 | 66 | 125 | 0 | 2 | 406 | 137 | 70 |
| Binary | 1110011 | 100110 | 11111010 | 110110 | 1010101 | 0 | 10 | 100000110 | 1011111 | 111000 |
Color Harmonies of #7326FA
Complementary color
Monochromatic Colors of #7326FA
Black with #7326FA
Text Example
Text Example
White with #7326FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7326FA; }
p { color: rgb(115,38,250); }
H1.HeaderClassName
{
color: #7326FA;
}
.AnyTagClassName
{
color: #7326FA;
}
</style>
background-color css
<style>
a { background-color: #7326FA; }
a { background-color: rgb(115,38,250); }
div.DivClassName
{
background-color: #7326FA;
}
.BgClassName
{
background-color: #7326FA;
}
</style>
border-color css
<style>
span { border-color: #7326FA; }
span { border-color: rgb(115,38,250); }
td.TdClassName
{
border-color: #7326FA;
}
.TagClassName
{
border-color: #7326FA;
}
</style>