Shades of Blue Violet #7530DF
Tints of Blue Violet #7530DF
RGB
CMYK
RGB Variations
Color information
#7530DF (or 0x7530DF) is known color: Blue Violet. HEX triplet: 75, 30 and DF. RGB value is (117,48,223). Sum of RGB (Red+Green+Blue) = 117+48+223=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #7530DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7530DF is #8ACF20. Grayscale: #575757. Windows color (decimal): -9096993 or 14626933. OLE color: 14626933.
HSL color Cylindrical-coordinate representation of color #7530DF: hue angle of 263.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7530DF is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 48 | 223 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.13 |
| HSL | 263.66º | 0.73% | 0.53% | - |
| HSV(B) | 263.66º | 0.78% | 0.87% | - |
| XYZ | 21.71 | 11.22 | 70.83 | - |
| YUV | 88.58 | 203.86 | 148.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 223 | 0.48 | 0.78 | 0 | 0.13 | 263.66 | 0.73 | 0.53 |
| Hex | 75 | 30 | DF | 30 | 4E | 0 | D | 108 | 49 | 35 |
| Octal | 165 | 60 | 337 | 60 | 116 | 0 | 15 | 410 | 111 | 65 |
| Binary | 1110101 | 110000 | 11011111 | 110000 | 1001110 | 0 | 1101 | 100001000 | 1001001 | 110101 |
Color Harmonies of #7530DF
Complementary color
Monochromatic Colors of #7530DF
Black with #7530DF
Text Example
Text Example
White with #7530DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7530DF; }
p { color: rgb(117,48,223); }
H1.HeaderClassName
{
color: #7530DF;
}
.AnyTagClassName
{
color: #7530DF;
}
</style>
background-color css
<style>
a { background-color: #7530DF; }
a { background-color: rgb(117,48,223); }
div.DivClassName
{
background-color: #7530DF;
}
.BgClassName
{
background-color: #7530DF;
}
</style>
border-color css
<style>
span { border-color: #7530DF; }
span { border-color: rgb(117,48,223); }
td.TdClassName
{
border-color: #7530DF;
}
.TagClassName
{
border-color: #7530DF;
}
</style>