Shades of Blue Violet #7616DA
Tints of Blue Violet #7616DA
RGB
CMYK
RGB Variations
Color information
#7616DA (or 0x7616DA) is known color: Blue Violet. HEX triplet: 76, 16 and DA. RGB value is (118,22,218). Sum of RGB (Red+Green+Blue) = 118+22+218=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #7616DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7616DA is #89E925. Grayscale: #484848. Windows color (decimal): -9038118 or 14292598. OLE color: 14292598.
HSL color Cylindrical-coordinate representation of color #7616DA: hue angle of 269.39º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7616DA is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 22 | 218 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.15 |
| HSL | 269.39º | 0.82% | 0.47% | - |
| HSV(B) | 269.39º | 0.9% | 0.85% | - |
| XYZ | 20.41 | 9.49 | 67.09 | - |
| YUV | 73.05 | 209.8 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 22 | 218 | 0.46 | 0.90 | 0 | 0.15 | 269.39 | 0.82 | 0.47 |
| Hex | 76 | 16 | DA | 2E | 5A | 0 | F | 10D | 52 | 2F |
| Octal | 166 | 26 | 332 | 56 | 132 | 0 | 17 | 415 | 122 | 57 |
| Binary | 1110110 | 10110 | 11011010 | 101110 | 1011010 | 0 | 1111 | 100001101 | 1010010 | 101111 |
Color Harmonies of #7616DA
Complementary color
Monochromatic Colors of #7616DA
Black with #7616DA
Text Example
Text Example
White with #7616DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7616DA; }
p { color: rgb(118,22,218); }
H1.HeaderClassName
{
color: #7616DA;
}
.AnyTagClassName
{
color: #7616DA;
}
</style>
background-color css
<style>
a { background-color: #7616DA; }
a { background-color: rgb(118,22,218); }
div.DivClassName
{
background-color: #7616DA;
}
.BgClassName
{
background-color: #7616DA;
}
</style>
border-color css
<style>
span { border-color: #7616DA; }
span { border-color: rgb(118,22,218); }
td.TdClassName
{
border-color: #7616DA;
}
.TagClassName
{
border-color: #7616DA;
}
</style>