Shades of Blue Violet #7326F1
Tints of Blue Violet #7326F1
RGB
CMYK
RGB Variations
Color information
#7326F1 (or 0x7326F1) is known color: Blue Violet. HEX triplet: 73, 26 and F1. RGB value is (115,38,241). Sum of RGB (Red+Green+Blue) = 115+38+241=394 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.19% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 241 (94.53% from 255 or 61.17% from 394); Max value from RGB is 241 - color contains mainly: blue. Hex color #7326F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7326F1 is #8CD90E. Grayscale: #535353. Windows color (decimal): -9230607 or 15804019. OLE color: 15804019.
HSL color Cylindrical-coordinate representation of color #7326F1: hue angle of 262.76º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7326F1 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 38 | 241 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.05 |
| HSL | 262.76º | 0.88% | 0.55% | - |
| HSV(B) | 262.76º | 0.84% | 0.95% | - |
| XYZ | 23.64 | 11.38 | 84.17 | - |
| YUV | 84.17 | 216.51 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 241 | 0.52 | 0.84 | 0 | 0.05 | 262.76 | 0.88 | 0.55 |
| Hex | 73 | 26 | F1 | 34 | 54 | 0 | 5 | 107 | 58 | 37 |
| Octal | 163 | 46 | 361 | 64 | 124 | 0 | 5 | 407 | 130 | 67 |
| Binary | 1110011 | 100110 | 11110001 | 110100 | 1010100 | 0 | 101 | 100000111 | 1011000 | 110111 |
Color Harmonies of #7326F1
Complementary color
Monochromatic Colors of #7326F1
Black with #7326F1
Text Example
Text Example
White with #7326F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7326F1; }
p { color: rgb(115,38,241); }
H1.HeaderClassName
{
color: #7326F1;
}
.AnyTagClassName
{
color: #7326F1;
}
</style>
background-color css
<style>
a { background-color: #7326F1; }
a { background-color: rgb(115,38,241); }
div.DivClassName
{
background-color: #7326F1;
}
.BgClassName
{
background-color: #7326F1;
}
</style>
border-color css
<style>
span { border-color: #7326F1; }
span { border-color: rgb(115,38,241); }
td.TdClassName
{
border-color: #7326F1;
}
.TagClassName
{
border-color: #7326F1;
}
</style>