Shades of Blue Violet #7512DF
Tints of Blue Violet #7512DF
RGB
CMYK
RGB Variations
Color information
#7512DF (or 0x7512DF) is known color: Blue Violet. HEX triplet: 75, 12 and DF. RGB value is (117,18,223). Sum of RGB (Red+Green+Blue) = 117+18+223=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #7512DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7512DF is #8AED20. Grayscale: #464646. Windows color (decimal): -9104673 or 14619253. OLE color: 14619253.
HSL color Cylindrical-coordinate representation of color #7512DF: hue angle of 268.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7512DF is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 18 | 223 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.13 |
| HSL | 268.98º | 0.85% | 0.47% | - |
| HSV(B) | 268.98º | 0.92% | 0.87% | - |
| XYZ | 20.87 | 9.54 | 70.55 | - |
| YUV | 70.97 | 213.8 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 223 | 0.48 | 0.92 | 0 | 0.13 | 268.98 | 0.85 | 0.47 |
| Hex | 75 | 12 | DF | 30 | 5C | 0 | D | 10D | 55 | 2F |
| Octal | 165 | 22 | 337 | 60 | 134 | 0 | 15 | 415 | 125 | 57 |
| Binary | 1110101 | 10010 | 11011111 | 110000 | 1011100 | 0 | 1101 | 100001101 | 1010101 | 101111 |
Color Harmonies of #7512DF
Complementary color
Monochromatic Colors of #7512DF
Black with #7512DF
Text Example
Text Example
White with #7512DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7512DF; }
p { color: rgb(117,18,223); }
H1.HeaderClassName
{
color: #7512DF;
}
.AnyTagClassName
{
color: #7512DF;
}
</style>
background-color css
<style>
a { background-color: #7512DF; }
a { background-color: rgb(117,18,223); }
div.DivClassName
{
background-color: #7512DF;
}
.BgClassName
{
background-color: #7512DF;
}
</style>
border-color css
<style>
span { border-color: #7512DF; }
span { border-color: rgb(117,18,223); }
td.TdClassName
{
border-color: #7512DF;
}
.TagClassName
{
border-color: #7512DF;
}
</style>