Shades of Blue Violet #7713DC
Tints of Blue Violet #7713DC
RGB
CMYK
RGB Variations
Color information
#7713DC (or 0x7713DC) is known color: Blue Violet. HEX triplet: 77, 13 and DC. RGB value is (119,19,220). Sum of RGB (Red+Green+Blue) = 119+19+220=358 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.24% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #7713DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7713DC is #88EC23. Grayscale: #474747. Windows color (decimal): -8973348 or 14422903. OLE color: 14422903.
HSL color Cylindrical-coordinate representation of color #7713DC: hue angle of 269.85º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7713DC is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 19 | 220 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.14 |
| HSL | 269.85º | 0.84% | 0.47% | - |
| HSV(B) | 269.85º | 0.91% | 0.86% | - |
| XYZ | 20.76 | 9.55 | 68.46 | - |
| YUV | 71.81 | 211.63 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 220 | 0.46 | 0.91 | 0 | 0.14 | 269.85 | 0.84 | 0.47 |
| Hex | 77 | 13 | DC | 2E | 5B | 0 | E | 10E | 54 | 2F |
| Octal | 167 | 23 | 334 | 56 | 133 | 0 | 16 | 416 | 124 | 57 |
| Binary | 1110111 | 10011 | 11011100 | 101110 | 1011011 | 0 | 1110 | 100001110 | 1010100 | 101111 |
Color Harmonies of #7713DC
Complementary color
Monochromatic Colors of #7713DC
Black with #7713DC
Text Example
Text Example
White with #7713DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7713DC; }
p { color: rgb(119,19,220); }
H1.HeaderClassName
{
color: #7713DC;
}
.AnyTagClassName
{
color: #7713DC;
}
</style>
background-color css
<style>
a { background-color: #7713DC; }
a { background-color: rgb(119,19,220); }
div.DivClassName
{
background-color: #7713DC;
}
.BgClassName
{
background-color: #7713DC;
}
</style>
border-color css
<style>
span { border-color: #7713DC; }
span { border-color: rgb(119,19,220); }
td.TdClassName
{
border-color: #7713DC;
}
.TagClassName
{
border-color: #7713DC;
}
</style>