Shades of Blue Violet #760DDA
Tints of Blue Violet #760DDA
RGB
CMYK
RGB Variations
Color information
#760DDA (or 0x760DDA) is known color: Blue Violet. HEX triplet: 76, 0D and DA. RGB value is (118,13,218). Sum of RGB (Red+Green+Blue) = 118+13+218=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 13 (5.47% from 255 or 3.72% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #760DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DDA is #89F225. Grayscale: #434343. Windows color (decimal): -9040422 or 14290294. OLE color: 14290294.
HSL color Cylindrical-coordinate representation of color #760DDA: hue angle of 270.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760DDA is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 13 | 218 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.15 |
| HSL | 270.73º | 0.89% | 0.45% | - |
| HSV(B) | 270.73º | 0.94% | 0.85% | - |
| XYZ | 20.27 | 9.2 | 67.04 | - |
| YUV | 67.77 | 212.79 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 218 | 0.46 | 0.94 | 0 | 0.15 | 270.73 | 0.89 | 0.45 |
| Hex | 76 | D | DA | 2E | 5E | 0 | F | 10F | 59 | 2D |
| Octal | 166 | 15 | 332 | 56 | 136 | 0 | 17 | 417 | 131 | 55 |
| Binary | 1110110 | 1101 | 11011010 | 101110 | 1011110 | 0 | 1111 | 100001111 | 1011001 | 101101 |
Color Harmonies of #760DDA
Complementary color
Monochromatic Colors of #760DDA
Black with #760DDA
Text Example
Text Example
White with #760DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760DDA; }
p { color: rgb(118,13,218); }
H1.HeaderClassName
{
color: #760DDA;
}
.AnyTagClassName
{
color: #760DDA;
}
</style>
background-color css
<style>
a { background-color: #760DDA; }
a { background-color: rgb(118,13,218); }
div.DivClassName
{
background-color: #760DDA;
}
.BgClassName
{
background-color: #760DDA;
}
</style>
border-color css
<style>
span { border-color: #760DDA; }
span { border-color: rgb(118,13,218); }
td.TdClassName
{
border-color: #760DDA;
}
.TagClassName
{
border-color: #760DDA;
}
</style>