Shades of Blue Violet #732BDA
Tints of Blue Violet #732BDA
RGB
CMYK
RGB Variations
Color information
#732BDA (or 0x732BDA) is known color: Blue Violet. HEX triplet: 73, 2B and DA. RGB value is (115,43,218). Sum of RGB (Red+Green+Blue) = 115+43+218=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #732BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732BDA is #8CD425. Grayscale: #535353. Windows color (decimal): -9229350 or 14297971. OLE color: 14297971.
HSL color Cylindrical-coordinate representation of color #732BDA: hue angle of 264.69º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #732BDA is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 43 | 218 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.15 |
| HSL | 264.69º | 0.7% | 0.51% | - |
| HSV(B) | 264.69º | 0.8% | 0.85% | - |
| XYZ | 20.59 | 10.43 | 67.26 | - |
| YUV | 84.48 | 203.35 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 218 | 0.47 | 0.80 | 0 | 0.15 | 264.69 | 0.7 | 0.51 |
| Hex | 73 | 2B | DA | 2F | 50 | 0 | F | 109 | 46 | 33 |
| Octal | 163 | 53 | 332 | 57 | 120 | 0 | 17 | 411 | 106 | 63 |
| Binary | 1110011 | 101011 | 11011010 | 101111 | 1010000 | 0 | 1111 | 100001001 | 1000110 | 110011 |
Color Harmonies of #732BDA
Complementary color
Monochromatic Colors of #732BDA
Black with #732BDA
Text Example
Text Example
White with #732BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732BDA; }
p { color: rgb(115,43,218); }
H1.HeaderClassName
{
color: #732BDA;
}
.AnyTagClassName
{
color: #732BDA;
}
</style>
background-color css
<style>
a { background-color: #732BDA; }
a { background-color: rgb(115,43,218); }
div.DivClassName
{
background-color: #732BDA;
}
.BgClassName
{
background-color: #732BDA;
}
</style>
border-color css
<style>
span { border-color: #732BDA; }
span { border-color: rgb(115,43,218); }
td.TdClassName
{
border-color: #732BDA;
}
.TagClassName
{
border-color: #732BDA;
}
</style>