Shades of Blue Violet #7522DC
Tints of Blue Violet #7522DC
RGB
CMYK
RGB Variations
Color information
#7522DC (or 0x7522DC) is known color: Blue Violet. HEX triplet: 75, 22 and DC. RGB value is (117,34,220). Sum of RGB (Red+Green+Blue) = 117+34+220=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #7522DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7522DC is #8ADD23. Grayscale: #4F4F4F. Windows color (decimal): -9100580 or 14426741. OLE color: 14426741.
HSL color Cylindrical-coordinate representation of color #7522DC: hue angle of 266.77º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7522DC is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 34 | 220 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.14 |
| HSL | 266.77º | 0.73% | 0.5% | - |
| HSV(B) | 266.77º | 0.85% | 0.86% | - |
| XYZ | 20.83 | 10.09 | 68.56 | - |
| YUV | 80.02 | 207 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 220 | 0.47 | 0.85 | 0 | 0.14 | 266.77 | 0.73 | 0.5 |
| Hex | 75 | 22 | DC | 2F | 55 | 0 | E | 10B | 49 | 32 |
| Octal | 165 | 42 | 334 | 57 | 125 | 0 | 16 | 413 | 111 | 62 |
| Binary | 1110101 | 100010 | 11011100 | 101111 | 1010101 | 0 | 1110 | 100001011 | 1001001 | 110010 |
Color Harmonies of #7522DC
Complementary color
Monochromatic Colors of #7522DC
Black with #7522DC
Text Example
Text Example
White with #7522DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7522DC; }
p { color: rgb(117,34,220); }
H1.HeaderClassName
{
color: #7522DC;
}
.AnyTagClassName
{
color: #7522DC;
}
</style>
background-color css
<style>
a { background-color: #7522DC; }
a { background-color: rgb(117,34,220); }
div.DivClassName
{
background-color: #7522DC;
}
.BgClassName
{
background-color: #7522DC;
}
</style>
border-color css
<style>
span { border-color: #7522DC; }
span { border-color: rgb(117,34,220); }
td.TdClassName
{
border-color: #7522DC;
}
.TagClassName
{
border-color: #7522DC;
}
</style>