Shades of Blue Violet #7328FA
Tints of Blue Violet #7328FA
RGB
CMYK
RGB Variations
Color information
#7328FA (or 0x7328FA) is known color: Blue Violet. HEX triplet: 73, 28 and FA. RGB value is (115,40,250). Sum of RGB (Red+Green+Blue) = 115+40+250=405 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.40% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #7328FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7328FA is #8CD705. Grayscale: #555555. Windows color (decimal): -9230086 or 16394355. OLE color: 16394355.
HSL color Cylindrical-coordinate representation of color #7328FA: hue angle of 261.43º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7328FA is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 40 | 250 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.02 |
| HSL | 261.43º | 0.95% | 0.57% | - |
| HSV(B) | 261.43º | 0.84% | 0.98% | - |
| XYZ | 25.08 | 12.06 | 91.45 | - |
| YUV | 86.37 | 220.35 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 250 | 0.54 | 0.84 | 0 | 0.02 | 261.43 | 0.95 | 0.57 |
| Hex | 73 | 28 | FA | 36 | 54 | 0 | 2 | 105 | 5F | 39 |
| Octal | 163 | 50 | 372 | 66 | 124 | 0 | 2 | 405 | 137 | 71 |
| Binary | 1110011 | 101000 | 11111010 | 110110 | 1010100 | 0 | 10 | 100000101 | 1011111 | 111001 |
Color Harmonies of #7328FA
Complementary color
Monochromatic Colors of #7328FA
Black with #7328FA
Text Example
Text Example
White with #7328FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7328FA; }
p { color: rgb(115,40,250); }
H1.HeaderClassName
{
color: #7328FA;
}
.AnyTagClassName
{
color: #7328FA;
}
</style>
background-color css
<style>
a { background-color: #7328FA; }
a { background-color: rgb(115,40,250); }
div.DivClassName
{
background-color: #7328FA;
}
.BgClassName
{
background-color: #7328FA;
}
</style>
border-color css
<style>
span { border-color: #7328FA; }
span { border-color: rgb(115,40,250); }
td.TdClassName
{
border-color: #7328FA;
}
.TagClassName
{
border-color: #7328FA;
}
</style>