Shades of Blue Violet #7512DA
Tints of Blue Violet #7512DA
RGB
CMYK
RGB Variations
Color information
#7512DA (or 0x7512DA) is known color: Blue Violet. HEX triplet: 75, 12 and DA. RGB value is (117,18,218). Sum of RGB (Red+Green+Blue) = 117+18+218=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #7512DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7512DA is #8AED25. Grayscale: #454545. Windows color (decimal): -9104678 or 14291573. OLE color: 14291573.
HSL color Cylindrical-coordinate representation of color #7512DA: hue angle of 269.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7512DA is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 18 | 218 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.15 |
| HSL | 269.7º | 0.85% | 0.46% | - |
| HSV(B) | 269.7º | 0.92% | 0.85% | - |
| XYZ | 20.21 | 9.28 | 67.06 | - |
| YUV | 70.4 | 211.3 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 218 | 0.46 | 0.92 | 0 | 0.15 | 269.7 | 0.85 | 0.46 |
| Hex | 75 | 12 | DA | 2E | 5C | 0 | F | 10E | 55 | 2E |
| Octal | 165 | 22 | 332 | 56 | 134 | 0 | 17 | 416 | 125 | 56 |
| Binary | 1110101 | 10010 | 11011010 | 101110 | 1011100 | 0 | 1111 | 100001110 | 1010101 | 101110 |
Color Harmonies of #7512DA
Complementary color
Monochromatic Colors of #7512DA
Black with #7512DA
Text Example
Text Example
White with #7512DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7512DA; }
p { color: rgb(117,18,218); }
H1.HeaderClassName
{
color: #7512DA;
}
.AnyTagClassName
{
color: #7512DA;
}
</style>
background-color css
<style>
a { background-color: #7512DA; }
a { background-color: rgb(117,18,218); }
div.DivClassName
{
background-color: #7512DA;
}
.BgClassName
{
background-color: #7512DA;
}
</style>
border-color css
<style>
span { border-color: #7512DA; }
span { border-color: rgb(117,18,218); }
td.TdClassName
{
border-color: #7512DA;
}
.TagClassName
{
border-color: #7512DA;
}
</style>