Shades of Blue Violet #7712E1
Tints of Blue Violet #7712E1
RGB
CMYK
RGB Variations
Color information
#7712E1 (or 0x7712E1) is known color: Blue Violet. HEX triplet: 77, 12 and E1. RGB value is (119,18,225). Sum of RGB (Red+Green+Blue) = 119+18+225=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 225 (88.28% from 255 or 62.15% from 362); Max value from RGB is 225 - color contains mainly: blue. Hex color #7712E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7712E1 is #88ED1E. Grayscale: #474747. Windows color (decimal): -8973599 or 14750327. OLE color: 14750327.
HSL color Cylindrical-coordinate representation of color #7712E1: hue angle of 269.28º 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 #7712E1 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 18 | 225 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.12 |
| HSL | 269.28º | 0.85% | 0.48% | - |
| HSV(B) | 269.28º | 0.92% | 0.88% | - |
| XYZ | 21.41 | 9.79 | 72 | - |
| YUV | 71.8 | 214.46 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 18 | 225 | 0.47 | 0.92 | 0 | 0.12 | 269.28 | 0.85 | 0.48 |
| Hex | 77 | 12 | E1 | 2F | 5C | 0 | C | 10D | 55 | 30 |
| Octal | 167 | 22 | 341 | 57 | 134 | 0 | 14 | 415 | 125 | 60 |
| Binary | 1110111 | 10010 | 11100001 | 101111 | 1011100 | 0 | 1100 | 100001101 | 1010101 | 110000 |
Color Harmonies of #7712E1
Complementary color
Monochromatic Colors of #7712E1
Black with #7712E1
Text Example
Text Example
White with #7712E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7712E1; }
p { color: rgb(119,18,225); }
H1.HeaderClassName
{
color: #7712E1;
}
.AnyTagClassName
{
color: #7712E1;
}
</style>
background-color css
<style>
a { background-color: #7712E1; }
a { background-color: rgb(119,18,225); }
div.DivClassName
{
background-color: #7712E1;
}
.BgClassName
{
background-color: #7712E1;
}
</style>
border-color css
<style>
span { border-color: #7712E1; }
span { border-color: rgb(119,18,225); }
td.TdClassName
{
border-color: #7712E1;
}
.TagClassName
{
border-color: #7712E1;
}
</style>