Shades of Blue Violet #732BDD
Tints of Blue Violet #732BDD
RGB
CMYK
RGB Variations
Color information
#732BDD (or 0x732BDD) is known color: Blue Violet. HEX triplet: 73, 2B and DD. RGB value is (115,43,221). Sum of RGB (Red+Green+Blue) = 115+43+221=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 221 (86.72% from 255 or 58.31% from 379); Max value from RGB is 221 - color contains mainly: blue. Hex color #732BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732BDD is #8CD422. Grayscale: #545454. Windows color (decimal): -9229347 or 14494579. OLE color: 14494579.
HSL color Cylindrical-coordinate representation of color #732BDD: hue angle of 264.27º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #732BDD is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 43 | 221 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.13 |
| HSL | 264.27º | 0.72% | 0.52% | - |
| HSV(B) | 264.27º | 0.81% | 0.87% | - |
| XYZ | 20.99 | 10.59 | 69.35 | - |
| YUV | 84.82 | 204.85 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 221 | 0.48 | 0.81 | 0 | 0.13 | 264.27 | 0.72 | 0.52 |
| Hex | 73 | 2B | DD | 30 | 51 | 0 | D | 108 | 48 | 34 |
| Octal | 163 | 53 | 335 | 60 | 121 | 0 | 15 | 410 | 110 | 64 |
| Binary | 1110011 | 101011 | 11011101 | 110000 | 1010001 | 0 | 1101 | 100001000 | 1001000 | 110100 |
Color Harmonies of #732BDD
Complementary color
Monochromatic Colors of #732BDD
Black with #732BDD
Text Example
Text Example
White with #732BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732BDD; }
p { color: rgb(115,43,221); }
H1.HeaderClassName
{
color: #732BDD;
}
.AnyTagClassName
{
color: #732BDD;
}
</style>
background-color css
<style>
a { background-color: #732BDD; }
a { background-color: rgb(115,43,221); }
div.DivClassName
{
background-color: #732BDD;
}
.BgClassName
{
background-color: #732BDD;
}
</style>
border-color css
<style>
span { border-color: #732BDD; }
span { border-color: rgb(115,43,221); }
td.TdClassName
{
border-color: #732BDD;
}
.TagClassName
{
border-color: #732BDD;
}
</style>