Shades of Blue Violet #7522DD
Tints of Blue Violet #7522DD
RGB
CMYK
RGB Variations
Color information
#7522DD (or 0x7522DD) is known color: Blue Violet. HEX triplet: 75, 22 and DD. RGB value is (117,34,221). Sum of RGB (Red+Green+Blue) = 117+34+221=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #7522DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7522DD is #8ADD22. Grayscale: #4F4F4F. Windows color (decimal): -9100579 or 14492277. OLE color: 14492277.
HSL color Cylindrical-coordinate representation of color #7522DD: hue angle of 266.63º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7522DD is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 34 | 221 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.13 |
| HSL | 266.63º | 0.73% | 0.5% | - |
| HSV(B) | 266.63º | 0.85% | 0.87% | - |
| XYZ | 20.96 | 10.15 | 69.26 | - |
| YUV | 80.14 | 207.5 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 221 | 0.47 | 0.85 | 0 | 0.13 | 266.63 | 0.73 | 0.5 |
| Hex | 75 | 22 | DD | 2F | 55 | 0 | D | 10B | 49 | 32 |
| Octal | 165 | 42 | 335 | 57 | 125 | 0 | 15 | 413 | 111 | 62 |
| Binary | 1110101 | 100010 | 11011101 | 101111 | 1010101 | 0 | 1101 | 100001011 | 1001001 | 110010 |
Color Harmonies of #7522DD
Complementary color
Monochromatic Colors of #7522DD
Black with #7522DD
Text Example
Text Example
White with #7522DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7522DD; }
p { color: rgb(117,34,221); }
H1.HeaderClassName
{
color: #7522DD;
}
.AnyTagClassName
{
color: #7522DD;
}
</style>
background-color css
<style>
a { background-color: #7522DD; }
a { background-color: rgb(117,34,221); }
div.DivClassName
{
background-color: #7522DD;
}
.BgClassName
{
background-color: #7522DD;
}
</style>
border-color css
<style>
span { border-color: #7522DD; }
span { border-color: rgb(117,34,221); }
td.TdClassName
{
border-color: #7522DD;
}
.TagClassName
{
border-color: #7522DD;
}
</style>