Shades of Blue Violet #7717CF
Tints of Blue Violet #7717CF
RGB
CMYK
RGB Variations
Color information
#7717CF (or 0x7717CF) is known color: Blue Violet. HEX triplet: 77, 17 and CF. RGB value is (119,23,207). Sum of RGB (Red+Green+Blue) = 119+23+207=349 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.10% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #7717CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7717CF is #88E830. Grayscale: #484848. Windows color (decimal): -8972337 or 13571959. OLE color: 13571959.
HSL color Cylindrical-coordinate representation of color #7717CF: hue angle of 271.3º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7717CF is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 23 | 207 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.19 |
| HSL | 271.3º | 0.8% | 0.45% | - |
| HSV(B) | 271.3º | 0.89% | 0.81% | - |
| XYZ | 19.18 | 9.04 | 59.77 | - |
| YUV | 72.68 | 203.8 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 23 | 207 | 0.43 | 0.89 | 0 | 0.19 | 271.3 | 0.8 | 0.45 |
| Hex | 77 | 17 | CF | 2B | 59 | 0 | 13 | 10F | 50 | 2D |
| Octal | 167 | 27 | 317 | 53 | 131 | 0 | 23 | 417 | 120 | 55 |
| Binary | 1110111 | 10111 | 11001111 | 101011 | 1011001 | 0 | 10011 | 100001111 | 1010000 | 101101 |
Color Harmonies of #7717CF
Complementary color
Monochromatic Colors of #7717CF
Black with #7717CF
Text Example
Text Example
White with #7717CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7717CF; }
p { color: rgb(119,23,207); }
H1.HeaderClassName
{
color: #7717CF;
}
.AnyTagClassName
{
color: #7717CF;
}
</style>
background-color css
<style>
a { background-color: #7717CF; }
a { background-color: rgb(119,23,207); }
div.DivClassName
{
background-color: #7717CF;
}
.BgClassName
{
background-color: #7717CF;
}
</style>
border-color css
<style>
span { border-color: #7717CF; }
span { border-color: rgb(119,23,207); }
td.TdClassName
{
border-color: #7717CF;
}
.TagClassName
{
border-color: #7717CF;
}
</style>