Shades of Dark Violet #760AB5
Tints of Dark Violet #760AB5
RGB
CMYK
RGB Variations
Color information
#760AB5 (or 0x760AB5) is known color: Dark Violet. HEX triplet: 76, 0A and B5. RGB value is (118,10,181). Sum of RGB (Red+Green+Blue) = 118+10+181=309 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.19% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 181 (71.09% from 255 or 58.58% from 309); Max value from RGB is 181 - color contains mainly: blue. Hex color #760AB5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760AB5 is #89F54A. Grayscale: #3D3D3D. Windows color (decimal): -9041227 or 11864694. OLE color: 11864694.
HSL color Cylindrical-coordinate representation of color #760AB5: hue angle of 277.89º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760AB5 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 10 | 181 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.29 |
| HSL | 277.89º | 0.9% | 0.37% | - |
| HSV(B) | 277.89º | 0.94% | 0.71% | - |
| XYZ | 15.92 | 7.4 | 44.31 | - |
| YUV | 61.79 | 195.28 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 181 | 0.35 | 0.94 | 0 | 0.29 | 277.89 | 0.9 | 0.37 |
| Hex | 76 | A | B5 | 23 | 5E | 0 | 1D | 116 | 5A | 25 |
| Octal | 166 | 12 | 265 | 43 | 136 | 0 | 35 | 426 | 132 | 45 |
| Binary | 1110110 | 1010 | 10110101 | 100011 | 1011110 | 0 | 11101 | 100010110 | 1011010 | 100101 |
Color Harmonies of #760AB5
Complementary color
Monochromatic Colors of #760AB5
Black with #760AB5
Text Example
Text Example
White with #760AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760AB5; }
p { color: rgb(118,10,181); }
H1.HeaderClassName
{
color: #760AB5;
}
.AnyTagClassName
{
color: #760AB5;
}
</style>
background-color css
<style>
a { background-color: #760AB5; }
a { background-color: rgb(118,10,181); }
div.DivClassName
{
background-color: #760AB5;
}
.BgClassName
{
background-color: #760AB5;
}
</style>
border-color css
<style>
span { border-color: #760AB5; }
span { border-color: rgb(118,10,181); }
td.TdClassName
{
border-color: #760AB5;
}
.TagClassName
{
border-color: #760AB5;
}
</style>