Shades of Blue Violet #7330DA
Tints of Blue Violet #7330DA
RGB
CMYK
RGB Variations
Color information
#7330DA (or 0x7330DA) is known color: Blue Violet. HEX triplet: 73, 30 and DA. RGB value is (115,48,218). Sum of RGB (Red+Green+Blue) = 115+48+218=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #7330DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7330DA is #8CCF25. Grayscale: #565656. Windows color (decimal): -9228070 or 14299251. OLE color: 14299251.
HSL color Cylindrical-coordinate representation of color #7330DA: hue angle of 263.65º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7330DA is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 48 | 218 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.15 |
| HSL | 263.65º | 0.7% | 0.52% | - |
| HSV(B) | 263.65º | 0.78% | 0.85% | - |
| XYZ | 20.78 | 10.82 | 67.32 | - |
| YUV | 87.41 | 201.7 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 218 | 0.47 | 0.78 | 0 | 0.15 | 263.65 | 0.7 | 0.52 |
| Hex | 73 | 30 | DA | 2F | 4E | 0 | F | 108 | 46 | 34 |
| Octal | 163 | 60 | 332 | 57 | 116 | 0 | 17 | 410 | 106 | 64 |
| Binary | 1110011 | 110000 | 11011010 | 101111 | 1001110 | 0 | 1111 | 100001000 | 1000110 | 110100 |
Color Harmonies of #7330DA
Complementary color
Monochromatic Colors of #7330DA
Black with #7330DA
Text Example
Text Example
White with #7330DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7330DA; }
p { color: rgb(115,48,218); }
H1.HeaderClassName
{
color: #7330DA;
}
.AnyTagClassName
{
color: #7330DA;
}
</style>
background-color css
<style>
a { background-color: #7330DA; }
a { background-color: rgb(115,48,218); }
div.DivClassName
{
background-color: #7330DA;
}
.BgClassName
{
background-color: #7330DA;
}
</style>
border-color css
<style>
span { border-color: #7330DA; }
span { border-color: rgb(115,48,218); }
td.TdClassName
{
border-color: #7330DA;
}
.TagClassName
{
border-color: #7330DA;
}
</style>