Shades of Blue Violet #7714DA
Tints of Blue Violet #7714DA
RGB
CMYK
RGB Variations
Color information
#7714DA (or 0x7714DA) is known color: Blue Violet. HEX triplet: 77, 14 and DA. RGB value is (119,20,218). Sum of RGB (Red+Green+Blue) = 119+20+218=357 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.33% from 357); Green value is 20 (8.20% from 255 or 5.60% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #7714DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7714DA is #88EB25. Grayscale: #474747. Windows color (decimal): -8973094 or 14292087. OLE color: 14292087.
HSL color Cylindrical-coordinate representation of color #7714DA: hue angle of 270º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7714DA is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 20 | 218 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.15 |
| HSL | 270º | 0.83% | 0.47% | - |
| HSV(B) | 270º | 0.91% | 0.85% | - |
| XYZ | 20.51 | 9.48 | 67.08 | - |
| YUV | 72.17 | 210.3 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 218 | 0.45 | 0.91 | 0 | 0.15 | 270 | 0.83 | 0.47 |
| Hex | 77 | 14 | DA | 2D | 5B | 0 | F | 10E | 53 | 2F |
| Octal | 167 | 24 | 332 | 55 | 133 | 0 | 17 | 416 | 123 | 57 |
| Binary | 1110111 | 10100 | 11011010 | 101101 | 1011011 | 0 | 1111 | 100001110 | 1010011 | 101111 |
Color Harmonies of #7714DA
Complementary color
Monochromatic Colors of #7714DA
Black with #7714DA
Text Example
Text Example
White with #7714DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7714DA; }
p { color: rgb(119,20,218); }
H1.HeaderClassName
{
color: #7714DA;
}
.AnyTagClassName
{
color: #7714DA;
}
</style>
background-color css
<style>
a { background-color: #7714DA; }
a { background-color: rgb(119,20,218); }
div.DivClassName
{
background-color: #7714DA;
}
.BgClassName
{
background-color: #7714DA;
}
</style>
border-color css
<style>
span { border-color: #7714DA; }
span { border-color: rgb(119,20,218); }
td.TdClassName
{
border-color: #7714DA;
}
.TagClassName
{
border-color: #7714DA;
}
</style>