Shades of Dark Violet #760AB9
Tints of Dark Violet #760AB9
RGB
CMYK
RGB Variations
Color information
#760AB9 (or 0x760AB9) is known color: Dark Violet. HEX triplet: 76, 0A and B9. RGB value is (118,10,185). Sum of RGB (Red+Green+Blue) = 118+10+185=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 185 (72.66% from 255 or 59.11% from 313); Max value from RGB is 185 - color contains mainly: blue. Hex color #760AB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760AB9 is #89F546. Grayscale: #3D3D3D. Windows color (decimal): -9041223 or 12126838. OLE color: 12126838.
HSL color Cylindrical-coordinate representation of color #760AB9: hue angle of 277.03º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760AB9 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 10 | 185 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.27 |
| HSL | 277.03º | 0.9% | 0.38% | - |
| HSV(B) | 277.03º | 0.95% | 0.73% | - |
| XYZ | 16.34 | 7.57 | 46.5 | - |
| YUV | 62.24 | 197.28 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 185 | 0.36 | 0.95 | 0 | 0.27 | 277.03 | 0.9 | 0.38 |
| Hex | 76 | A | B9 | 24 | 5F | 0 | 1B | 115 | 5A | 26 |
| Octal | 166 | 12 | 271 | 44 | 137 | 0 | 33 | 425 | 132 | 46 |
| Binary | 1110110 | 1010 | 10111001 | 100100 | 1011111 | 0 | 11011 | 100010101 | 1011010 | 100110 |
Color Harmonies of #760AB9
Complementary color
Monochromatic Colors of #760AB9
Black with #760AB9
Text Example
Text Example
White with #760AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760AB9; }
p { color: rgb(118,10,185); }
H1.HeaderClassName
{
color: #760AB9;
}
.AnyTagClassName
{
color: #760AB9;
}
</style>
background-color css
<style>
a { background-color: #760AB9; }
a { background-color: rgb(118,10,185); }
div.DivClassName
{
background-color: #760AB9;
}
.BgClassName
{
background-color: #760AB9;
}
</style>
border-color css
<style>
span { border-color: #760AB9; }
span { border-color: rgb(118,10,185); }
td.TdClassName
{
border-color: #760AB9;
}
.TagClassName
{
border-color: #760AB9;
}
</style>