Shades of Blue Violet #7521DF
Tints of Blue Violet #7521DF
RGB
CMYK
RGB Variations
Color information
#7521DF (or 0x7521DF) is known color: Blue Violet. HEX triplet: 75, 21 and DF. RGB value is (117,33,223). Sum of RGB (Red+Green+Blue) = 117+33+223=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #7521DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7521DF is #8ADE20. Grayscale: #4F4F4F. Windows color (decimal): -9100833 or 14623093. OLE color: 14623093.
HSL color Cylindrical-coordinate representation of color #7521DF: hue angle of 266.53º 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 #7521DF is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 33 | 223 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.13 |
| HSL | 266.53º | 0.75% | 0.5% | - |
| HSV(B) | 266.53º | 0.85% | 0.87% | - |
| XYZ | 21.2 | 10.2 | 70.66 | - |
| YUV | 79.78 | 208.83 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 33 | 223 | 0.48 | 0.85 | 0 | 0.13 | 266.53 | 0.75 | 0.5 |
| Hex | 75 | 21 | DF | 30 | 55 | 0 | D | 10B | 4B | 32 |
| Octal | 165 | 41 | 337 | 60 | 125 | 0 | 15 | 413 | 113 | 62 |
| Binary | 1110101 | 100001 | 11011111 | 110000 | 1010101 | 0 | 1101 | 100001011 | 1001011 | 110010 |
Color Harmonies of #7521DF
Complementary color
Monochromatic Colors of #7521DF
Black with #7521DF
Text Example
Text Example
White with #7521DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7521DF; }
p { color: rgb(117,33,223); }
H1.HeaderClassName
{
color: #7521DF;
}
.AnyTagClassName
{
color: #7521DF;
}
</style>
background-color css
<style>
a { background-color: #7521DF; }
a { background-color: rgb(117,33,223); }
div.DivClassName
{
background-color: #7521DF;
}
.BgClassName
{
background-color: #7521DF;
}
</style>
border-color css
<style>
span { border-color: #7521DF; }
span { border-color: rgb(117,33,223); }
td.TdClassName
{
border-color: #7521DF;
}
.TagClassName
{
border-color: #7521DF;
}
</style>