Shades of Blue Violet #7522DF
Tints of Blue Violet #7522DF
RGB
CMYK
RGB Variations
Color information
#7522DF (or 0x7522DF) is known color: Blue Violet. HEX triplet: 75, 22 and DF. RGB value is (117,34,223). Sum of RGB (Red+Green+Blue) = 117+34+223=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #7522DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7522DF is #8ADD20. Grayscale: #4F4F4F. Windows color (decimal): -9100577 or 14623349. OLE color: 14623349.
HSL color Cylindrical-coordinate representation of color #7522DF: hue angle of 266.35º degrees, saturation: 0.75, 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 #7522DF is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 34 | 223 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.13 |
| HSL | 266.35º | 0.75% | 0.5% | - |
| HSV(B) | 266.35º | 0.85% | 0.87% | - |
| XYZ | 21.23 | 10.25 | 70.67 | - |
| YUV | 80.36 | 208.5 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 223 | 0.48 | 0.85 | 0 | 0.13 | 266.35 | 0.75 | 0.5 |
| Hex | 75 | 22 | DF | 30 | 55 | 0 | D | 10A | 4B | 32 |
| Octal | 165 | 42 | 337 | 60 | 125 | 0 | 15 | 412 | 113 | 62 |
| Binary | 1110101 | 100010 | 11011111 | 110000 | 1010101 | 0 | 1101 | 100001010 | 1001011 | 110010 |
Color Harmonies of #7522DF
Complementary color
Monochromatic Colors of #7522DF
Black with #7522DF
Text Example
Text Example
White with #7522DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7522DF; }
p { color: rgb(117,34,223); }
H1.HeaderClassName
{
color: #7522DF;
}
.AnyTagClassName
{
color: #7522DF;
}
</style>
background-color css
<style>
a { background-color: #7522DF; }
a { background-color: rgb(117,34,223); }
div.DivClassName
{
background-color: #7522DF;
}
.BgClassName
{
background-color: #7522DF;
}
</style>
border-color css
<style>
span { border-color: #7522DF; }
span { border-color: rgb(117,34,223); }
td.TdClassName
{
border-color: #7522DF;
}
.TagClassName
{
border-color: #7522DF;
}
</style>