Shades of Blue Violet #7713DA
Tints of Blue Violet #7713DA
RGB
CMYK
RGB Variations
Color information
#7713DA (or 0x7713DA) is known color: Blue Violet. HEX triplet: 77, 13 and DA. RGB value is (119,19,218). Sum of RGB (Red+Green+Blue) = 119+19+218=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 218 (85.55% from 255 or 61.24% from 356); Max value from RGB is 218 - color contains mainly: blue. Hex color #7713DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7713DA is #88EC25. Grayscale: #464646. Windows color (decimal): -8973350 or 14291831. OLE color: 14291831.
HSL color Cylindrical-coordinate representation of color #7713DA: hue angle of 270.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7713DA is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 19 | 218 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.15 |
| HSL | 270.15º | 0.84% | 0.46% | - |
| HSV(B) | 270.15º | 0.91% | 0.85% | - |
| XYZ | 20.5 | 9.45 | 67.07 | - |
| YUV | 71.59 | 210.63 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 19 | 218 | 0.45 | 0.91 | 0 | 0.15 | 270.15 | 0.84 | 0.46 |
| Hex | 77 | 13 | DA | 2D | 5B | 0 | F | 10E | 54 | 2E |
| Octal | 167 | 23 | 332 | 55 | 133 | 0 | 17 | 416 | 124 | 56 |
| Binary | 1110111 | 10011 | 11011010 | 101101 | 1011011 | 0 | 1111 | 100001110 | 1010100 | 101110 |
Color Harmonies of #7713DA
Complementary color
Monochromatic Colors of #7713DA
Black with #7713DA
Text Example
Text Example
White with #7713DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7713DA; }
p { color: rgb(119,19,218); }
H1.HeaderClassName
{
color: #7713DA;
}
.AnyTagClassName
{
color: #7713DA;
}
</style>
background-color css
<style>
a { background-color: #7713DA; }
a { background-color: rgb(119,19,218); }
div.DivClassName
{
background-color: #7713DA;
}
.BgClassName
{
background-color: #7713DA;
}
</style>
border-color css
<style>
span { border-color: #7713DA; }
span { border-color: rgb(119,19,218); }
td.TdClassName
{
border-color: #7713DA;
}
.TagClassName
{
border-color: #7713DA;
}
</style>