Shades of Blue Violet #7612DF
Tints of Blue Violet #7612DF
RGB
CMYK
RGB Variations
Color information
#7612DF (or 0x7612DF) is known color: Blue Violet. HEX triplet: 76, 12 and DF. RGB value is (118,18,223). Sum of RGB (Red+Green+Blue) = 118+18+223=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #7612DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7612DF is #89ED20. Grayscale: #464646. Windows color (decimal): -9039137 or 14619254. OLE color: 14619254.
HSL color Cylindrical-coordinate representation of color #7612DF: hue angle of 269.27º 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 #7612DF is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 18 | 223 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.13 |
| HSL | 269.27º | 0.85% | 0.47% | - |
| HSV(B) | 269.27º | 0.92% | 0.87% | - |
| XYZ | 21.01 | 9.61 | 70.56 | - |
| YUV | 71.27 | 213.63 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 223 | 0.47 | 0.92 | 0 | 0.13 | 269.27 | 0.85 | 0.47 |
| Hex | 76 | 12 | DF | 2F | 5C | 0 | D | 10D | 55 | 2F |
| Octal | 166 | 22 | 337 | 57 | 134 | 0 | 15 | 415 | 125 | 57 |
| Binary | 1110110 | 10010 | 11011111 | 101111 | 1011100 | 0 | 1101 | 100001101 | 1010101 | 101111 |
Color Harmonies of #7612DF
Complementary color
Monochromatic Colors of #7612DF
Black with #7612DF
Text Example
Text Example
White with #7612DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7612DF; }
p { color: rgb(118,18,223); }
H1.HeaderClassName
{
color: #7612DF;
}
.AnyTagClassName
{
color: #7612DF;
}
</style>
background-color css
<style>
a { background-color: #7612DF; }
a { background-color: rgb(118,18,223); }
div.DivClassName
{
background-color: #7612DF;
}
.BgClassName
{
background-color: #7612DF;
}
</style>
border-color css
<style>
span { border-color: #7612DF; }
span { border-color: rgb(118,18,223); }
td.TdClassName
{
border-color: #7612DF;
}
.TagClassName
{
border-color: #7612DF;
}
</style>