Shades of Blue Violet #7612E1
Tints of Blue Violet #7612E1
RGB
CMYK
RGB Variations
Color information
#7612E1 (or 0x7612E1) is known color: Blue Violet. HEX triplet: 76, 12 and E1. RGB value is (118,18,225). Sum of RGB (Red+Green+Blue) = 118+18+225=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 225 (88.28% from 255 or 62.33% from 361); Max value from RGB is 225 - color contains mainly: blue. Hex color #7612E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7612E1 is #89ED1E. Grayscale: #464646. Windows color (decimal): -9039135 or 14750326. OLE color: 14750326.
HSL color Cylindrical-coordinate representation of color #7612E1: hue angle of 268.99º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7612E1 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 18 | 225 | - |
| CMYK | 0.48 | 0.92 | 0 | 0.12 |
| HSL | 268.99º | 0.85% | 0.48% | - |
| HSV(B) | 268.99º | 0.92% | 0.88% | - |
| XYZ | 21.28 | 9.72 | 71.99 | - |
| YUV | 71.5 | 214.63 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 18 | 225 | 0.48 | 0.92 | 0 | 0.12 | 268.99 | 0.85 | 0.48 |
| Hex | 76 | 12 | E1 | 30 | 5C | 0 | C | 10D | 55 | 30 |
| Octal | 166 | 22 | 341 | 60 | 134 | 0 | 14 | 415 | 125 | 60 |
| Binary | 1110110 | 10010 | 11100001 | 110000 | 1011100 | 0 | 1100 | 100001101 | 1010101 | 110000 |
Color Harmonies of #7612E1
Complementary color
Monochromatic Colors of #7612E1
Black with #7612E1
Text Example
Text Example
White with #7612E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7612E1; }
p { color: rgb(118,18,225); }
H1.HeaderClassName
{
color: #7612E1;
}
.AnyTagClassName
{
color: #7612E1;
}
</style>
background-color css
<style>
a { background-color: #7612E1; }
a { background-color: rgb(118,18,225); }
div.DivClassName
{
background-color: #7612E1;
}
.BgClassName
{
background-color: #7612E1;
}
</style>
border-color css
<style>
span { border-color: #7612E1; }
span { border-color: rgb(118,18,225); }
td.TdClassName
{
border-color: #7612E1;
}
.TagClassName
{
border-color: #7612E1;
}
</style>