Shades of Dark Violet #760AC0
Tints of Dark Violet #760AC0
RGB
CMYK
RGB Variations
Color information
#760AC0 (or 0x760AC0) is known color: Dark Violet. HEX triplet: 76, 0A and C0. RGB value is (118,10,192). Sum of RGB (Red+Green+Blue) = 118+10+192=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #760AC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760AC0 is #89F53F. Grayscale: #3E3E3E. Windows color (decimal): -9041216 or 12585590. OLE color: 12585590.
HSL color Cylindrical-coordinate representation of color #760AC0: hue angle of 275.6º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760AC0 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 10 | 192 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.25 |
| HSL | 275.6º | 0.9% | 0.4% | - |
| HSV(B) | 275.6º | 0.95% | 0.75% | - |
| XYZ | 17.09 | 7.87 | 50.49 | - |
| YUV | 63.04 | 200.78 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 192 | 0.39 | 0.95 | 0 | 0.25 | 275.6 | 0.9 | 0.4 |
| Hex | 76 | A | C0 | 27 | 5F | 0 | 19 | 114 | 5A | 28 |
| Octal | 166 | 12 | 300 | 47 | 137 | 0 | 31 | 424 | 132 | 50 |
| Binary | 1110110 | 1010 | 11000000 | 100111 | 1011111 | 0 | 11001 | 100010100 | 1011010 | 101000 |
Color Harmonies of #760AC0
Complementary color
Monochromatic Colors of #760AC0
Black with #760AC0
Text Example
Text Example
White with #760AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760AC0; }
p { color: rgb(118,10,192); }
H1.HeaderClassName
{
color: #760AC0;
}
.AnyTagClassName
{
color: #760AC0;
}
</style>
background-color css
<style>
a { background-color: #760AC0; }
a { background-color: rgb(118,10,192); }
div.DivClassName
{
background-color: #760AC0;
}
.BgClassName
{
background-color: #760AC0;
}
</style>
border-color css
<style>
span { border-color: #760AC0; }
span { border-color: rgb(118,10,192); }
td.TdClassName
{
border-color: #760AC0;
}
.TagClassName
{
border-color: #760AC0;
}
</style>