Shades of Blue Violet #7713DF
Tints of Blue Violet #7713DF
RGB
CMYK
RGB Variations
Color information
#7713DF (or 0x7713DF) is known color: Blue Violet. HEX triplet: 77, 13 and DF. RGB value is (119,19,223). Sum of RGB (Red+Green+Blue) = 119+19+223=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 19 (7.81% from 255 or 5.26% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #7713DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7713DF is #88EC20. Grayscale: #474747. Windows color (decimal): -8973345 or 14619511. OLE color: 14619511.
HSL color Cylindrical-coordinate representation of color #7713DF: hue angle of 269.41º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7713DF is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 19 | 223 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.13 |
| HSL | 269.41º | 0.84% | 0.47% | - |
| HSV(B) | 269.41º | 0.91% | 0.87% | - |
| XYZ | 21.16 | 9.72 | 70.57 | - |
| YUV | 72.16 | 213.13 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 223 | 0.47 | 0.91 | 0 | 0.13 | 269.41 | 0.84 | 0.47 |
| Hex | 77 | 13 | DF | 2F | 5B | 0 | D | 10D | 54 | 2F |
| Octal | 167 | 23 | 337 | 57 | 133 | 0 | 15 | 415 | 124 | 57 |
| Binary | 1110111 | 10011 | 11011111 | 101111 | 1011011 | 0 | 1101 | 100001101 | 1010100 | 101111 |
Color Harmonies of #7713DF
Complementary color
Monochromatic Colors of #7713DF
Black with #7713DF
Text Example
Text Example
White with #7713DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7713DF; }
p { color: rgb(119,19,223); }
H1.HeaderClassName
{
color: #7713DF;
}
.AnyTagClassName
{
color: #7713DF;
}
</style>
background-color css
<style>
a { background-color: #7713DF; }
a { background-color: rgb(119,19,223); }
div.DivClassName
{
background-color: #7713DF;
}
.BgClassName
{
background-color: #7713DF;
}
</style>
border-color css
<style>
span { border-color: #7713DF; }
span { border-color: rgb(119,19,223); }
td.TdClassName
{
border-color: #7713DF;
}
.TagClassName
{
border-color: #7713DF;
}
</style>