Shades of Blue Violet #732ADD
Tints of Blue Violet #732ADD
RGB
CMYK
RGB Variations
Color information
#732ADD (or 0x732ADD) is known color: Blue Violet. HEX triplet: 73, 2A and DD. RGB value is (115,42,221). Sum of RGB (Red+Green+Blue) = 115+42+221=378 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.42% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #732ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732ADD is #8CD522. Grayscale: #535353. Windows color (decimal): -9229603 or 14494323. OLE color: 14494323.
HSL color Cylindrical-coordinate representation of color #732ADD: hue angle of 264.47º 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 #732ADD is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 42 | 221 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.13 |
| HSL | 264.47º | 0.72% | 0.52% | - |
| HSV(B) | 264.47º | 0.81% | 0.87% | - |
| XYZ | 20.95 | 10.52 | 69.33 | - |
| YUV | 84.23 | 205.18 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 221 | 0.48 | 0.81 | 0 | 0.13 | 264.47 | 0.72 | 0.52 |
| Hex | 73 | 2A | DD | 30 | 51 | 0 | D | 108 | 48 | 34 |
| Octal | 163 | 52 | 335 | 60 | 121 | 0 | 15 | 410 | 110 | 64 |
| Binary | 1110011 | 101010 | 11011101 | 110000 | 1010001 | 0 | 1101 | 100001000 | 1001000 | 110100 |
Color Harmonies of #732ADD
Complementary color
Monochromatic Colors of #732ADD
Black with #732ADD
Text Example
Text Example
White with #732ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732ADD; }
p { color: rgb(115,42,221); }
H1.HeaderClassName
{
color: #732ADD;
}
.AnyTagClassName
{
color: #732ADD;
}
</style>
background-color css
<style>
a { background-color: #732ADD; }
a { background-color: rgb(115,42,221); }
div.DivClassName
{
background-color: #732ADD;
}
.BgClassName
{
background-color: #732ADD;
}
</style>
border-color css
<style>
span { border-color: #732ADD; }
span { border-color: rgb(115,42,221); }
td.TdClassName
{
border-color: #732ADD;
}
.TagClassName
{
border-color: #732ADD;
}
</style>