Shades of Blue Violet #7713D7
Tints of Blue Violet #7713D7
RGB
CMYK
RGB Variations
Color information
#7713D7 (or 0x7713D7) is known color: Blue Violet. HEX triplet: 77, 13 and D7. RGB value is (119,19,215). Sum of RGB (Red+Green+Blue) = 119+19+215=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 215 (84.38% from 255 or 60.91% from 353); Max value from RGB is 215 - color contains mainly: blue. Hex color #7713D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7713D7 is #88EC28. Grayscale: #464646. Windows color (decimal): -8973353 or 14095223. OLE color: 14095223.
HSL color Cylindrical-coordinate representation of color #7713D7: hue angle of 270.61º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7713D7 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 19 | 215 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.16 |
| HSL | 270.61º | 0.84% | 0.46% | - |
| HSV(B) | 270.61º | 0.91% | 0.84% | - |
| XYZ | 20.11 | 9.29 | 65.02 | - |
| YUV | 71.24 | 209.13 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 215 | 0.45 | 0.91 | 0 | 0.16 | 270.61 | 0.84 | 0.46 |
| Hex | 77 | 13 | D7 | 2D | 5B | 0 | 10 | 10F | 54 | 2E |
| Octal | 167 | 23 | 327 | 55 | 133 | 0 | 20 | 417 | 124 | 56 |
| Binary | 1110111 | 10011 | 11010111 | 101101 | 1011011 | 0 | 10000 | 100001111 | 1010100 | 101110 |
Color Harmonies of #7713D7
Complementary color
Monochromatic Colors of #7713D7
Black with #7713D7
Text Example
Text Example
White with #7713D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7713D7; }
p { color: rgb(119,19,215); }
H1.HeaderClassName
{
color: #7713D7;
}
.AnyTagClassName
{
color: #7713D7;
}
</style>
background-color css
<style>
a { background-color: #7713D7; }
a { background-color: rgb(119,19,215); }
div.DivClassName
{
background-color: #7713D7;
}
.BgClassName
{
background-color: #7713D7;
}
</style>
border-color css
<style>
span { border-color: #7713D7; }
span { border-color: rgb(119,19,215); }
td.TdClassName
{
border-color: #7713D7;
}
.TagClassName
{
border-color: #7713D7;
}
</style>