Shades of Blue Violet #7329DF
Tints of Blue Violet #7329DF
RGB
CMYK
RGB Variations
Color information
#7329DF (or 0x7329DF) is known color: Blue Violet. HEX triplet: 73, 29 and DF. RGB value is (115,41,223). Sum of RGB (Red+Green+Blue) = 115+41+223=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #7329DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7329DF is #8CD620. Grayscale: #535353. Windows color (decimal): -9229857 or 14625139. OLE color: 14625139.
HSL color Cylindrical-coordinate representation of color #7329DF: hue angle of 264.4º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7329DF is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 41 | 223 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.13 |
| HSL | 264.4º | 0.74% | 0.52% | - |
| HSV(B) | 264.4º | 0.82% | 0.87% | - |
| XYZ | 21.18 | 10.56 | 70.73 | - |
| YUV | 83.87 | 206.52 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 41 | 223 | 0.48 | 0.82 | 0 | 0.13 | 264.4 | 0.74 | 0.52 |
| Hex | 73 | 29 | DF | 30 | 52 | 0 | D | 108 | 4A | 34 |
| Octal | 163 | 51 | 337 | 60 | 122 | 0 | 15 | 410 | 112 | 64 |
| Binary | 1110011 | 101001 | 11011111 | 110000 | 1010010 | 0 | 1101 | 100001000 | 1001010 | 110100 |
Color Harmonies of #7329DF
Complementary color
Monochromatic Colors of #7329DF
Black with #7329DF
Text Example
Text Example
White with #7329DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7329DF; }
p { color: rgb(115,41,223); }
H1.HeaderClassName
{
color: #7329DF;
}
.AnyTagClassName
{
color: #7329DF;
}
</style>
background-color css
<style>
a { background-color: #7329DF; }
a { background-color: rgb(115,41,223); }
div.DivClassName
{
background-color: #7329DF;
}
.BgClassName
{
background-color: #7329DF;
}
</style>
border-color css
<style>
span { border-color: #7329DF; }
span { border-color: rgb(115,41,223); }
td.TdClassName
{
border-color: #7329DF;
}
.TagClassName
{
border-color: #7329DF;
}
</style>