Shades of Dark Violet #760ACE
Tints of Dark Violet #760ACE
RGB
CMYK
RGB Variations
Color information
#760ACE (or 0x760ACE) is known color: Dark Violet. HEX triplet: 76, 0A and CE. RGB value is (118,10,206). Sum of RGB (Red+Green+Blue) = 118+10+206=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #760ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760ACE is #89F531. Grayscale: #3F3F3F. Windows color (decimal): -9041202 or 13503094. OLE color: 13503094.
HSL color Cylindrical-coordinate representation of color #760ACE: hue angle of 273.06º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760ACE is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 10 | 206 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.19 |
| HSL | 273.06º | 0.91% | 0.42% | - |
| HSV(B) | 273.06º | 0.95% | 0.81% | - |
| XYZ | 18.72 | 8.52 | 59.05 | - |
| YUV | 64.64 | 207.78 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 206 | 0.43 | 0.95 | 0 | 0.19 | 273.06 | 0.91 | 0.42 |
| Hex | 76 | A | CE | 2B | 5F | 0 | 13 | 111 | 5B | 2A |
| Octal | 166 | 12 | 316 | 53 | 137 | 0 | 23 | 421 | 133 | 52 |
| Binary | 1110110 | 1010 | 11001110 | 101011 | 1011111 | 0 | 10011 | 100010001 | 1011011 | 101010 |
Color Harmonies of #760ACE
Complementary color
Monochromatic Colors of #760ACE
Black with #760ACE
Text Example
Text Example
White with #760ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760ACE; }
p { color: rgb(118,10,206); }
H1.HeaderClassName
{
color: #760ACE;
}
.AnyTagClassName
{
color: #760ACE;
}
</style>
background-color css
<style>
a { background-color: #760ACE; }
a { background-color: rgb(118,10,206); }
div.DivClassName
{
background-color: #760ACE;
}
.BgClassName
{
background-color: #760ACE;
}
</style>
border-color css
<style>
span { border-color: #760ACE; }
span { border-color: rgb(118,10,206); }
td.TdClassName
{
border-color: #760ACE;
}
.TagClassName
{
border-color: #760ACE;
}
</style>