Shades of Blue Violet #761BDA
Tints of Blue Violet #761BDA
RGB
CMYK
RGB Variations
Color information
#761BDA (or 0x761BDA) is known color: Blue Violet. HEX triplet: 76, 1B and DA. RGB value is (118,27,218). Sum of RGB (Red+Green+Blue) = 118+27+218=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #761BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761BDA is #89E425. Grayscale: #4B4B4B. Windows color (decimal): -9036838 or 14293878. OLE color: 14293878.
HSL color Cylindrical-coordinate representation of color #761BDA: hue angle of 268.59º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761BDA is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 27 | 218 | - |
| CMYK | 0.46 | 0.88 | 0 | 0.15 |
| HSL | 268.59º | 0.78% | 0.48% | - |
| HSV(B) | 268.59º | 0.88% | 0.85% | - |
| XYZ | 20.52 | 9.7 | 67.12 | - |
| YUV | 75.98 | 208.15 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 218 | 0.46 | 0.88 | 0 | 0.15 | 268.59 | 0.78 | 0.48 |
| Hex | 76 | 1B | DA | 2E | 58 | 0 | F | 10D | 4E | 30 |
| Octal | 166 | 33 | 332 | 56 | 130 | 0 | 17 | 415 | 116 | 60 |
| Binary | 1110110 | 11011 | 11011010 | 101110 | 1011000 | 0 | 1111 | 100001101 | 1001110 | 110000 |
Color Harmonies of #761BDA
Complementary color
Monochromatic Colors of #761BDA
Black with #761BDA
Text Example
Text Example
White with #761BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761BDA; }
p { color: rgb(118,27,218); }
H1.HeaderClassName
{
color: #761BDA;
}
.AnyTagClassName
{
color: #761BDA;
}
</style>
background-color css
<style>
a { background-color: #761BDA; }
a { background-color: rgb(118,27,218); }
div.DivClassName
{
background-color: #761BDA;
}
.BgClassName
{
background-color: #761BDA;
}
</style>
border-color css
<style>
span { border-color: #761BDA; }
span { border-color: rgb(118,27,218); }
td.TdClassName
{
border-color: #761BDA;
}
.TagClassName
{
border-color: #761BDA;
}
</style>