Shades of Blue Violet #7713DB
Tints of Blue Violet #7713DB
RGB
CMYK
RGB Variations
Color information
#7713DB (or 0x7713DB) is known color: Blue Violet. HEX triplet: 77, 13 and DB. RGB value is (119,19,219). Sum of RGB (Red+Green+Blue) = 119+19+219=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #7713DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7713DB is #88EC24. Grayscale: #474747. Windows color (decimal): -8973349 or 14357367. OLE color: 14357367.
HSL color Cylindrical-coordinate representation of color #7713DB: hue angle of 270º 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 #7713DB is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 19 | 219 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.14 |
| HSL | 270º | 0.84% | 0.47% | - |
| HSV(B) | 270º | 0.91% | 0.86% | - |
| XYZ | 20.63 | 9.5 | 67.76 | - |
| YUV | 71.7 | 211.13 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 219 | 0.46 | 0.91 | 0 | 0.14 | 270 | 0.84 | 0.47 |
| Hex | 77 | 13 | DB | 2E | 5B | 0 | E | 10E | 54 | 2F |
| Octal | 167 | 23 | 333 | 56 | 133 | 0 | 16 | 416 | 124 | 57 |
| Binary | 1110111 | 10011 | 11011011 | 101110 | 1011011 | 0 | 1110 | 100001110 | 1010100 | 101111 |
Color Harmonies of #7713DB
Complementary color
Monochromatic Colors of #7713DB
Black with #7713DB
Text Example
Text Example
White with #7713DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7713DB; }
p { color: rgb(119,19,219); }
H1.HeaderClassName
{
color: #7713DB;
}
.AnyTagClassName
{
color: #7713DB;
}
</style>
background-color css
<style>
a { background-color: #7713DB; }
a { background-color: rgb(119,19,219); }
div.DivClassName
{
background-color: #7713DB;
}
.BgClassName
{
background-color: #7713DB;
}
</style>
border-color css
<style>
span { border-color: #7713DB; }
span { border-color: rgb(119,19,219); }
td.TdClassName
{
border-color: #7713DB;
}
.TagClassName
{
border-color: #7713DB;
}
</style>