Shades of Dark Violet #760ACD
Tints of Dark Violet #760ACD
RGB
CMYK
RGB Variations
Color information
#760ACD (or 0x760ACD) is known color: Dark Violet. HEX triplet: 76, 0A and CD. RGB value is (118,10,205). Sum of RGB (Red+Green+Blue) = 118+10+205=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #760ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760ACD is #89F532. Grayscale: #3F3F3F. Windows color (decimal): -9041203 or 13437558. OLE color: 13437558.
HSL color Cylindrical-coordinate representation of color #760ACD: hue angle of 273.23º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760ACD is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 10 | 205 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.20 |
| HSL | 273.23º | 0.91% | 0.42% | - |
| HSV(B) | 273.23º | 0.95% | 0.8% | - |
| XYZ | 18.6 | 8.48 | 58.41 | - |
| YUV | 64.52 | 207.28 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 205 | 0.42 | 0.95 | 0 | 0.20 | 273.23 | 0.91 | 0.42 |
| Hex | 76 | A | CD | 2A | 5F | 0 | 14 | 111 | 5B | 2A |
| Octal | 166 | 12 | 315 | 52 | 137 | 0 | 24 | 421 | 133 | 52 |
| Binary | 1110110 | 1010 | 11001101 | 101010 | 1011111 | 0 | 10100 | 100010001 | 1011011 | 101010 |
Color Harmonies of #760ACD
Complementary color
Monochromatic Colors of #760ACD
Black with #760ACD
Text Example
Text Example
White with #760ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760ACD; }
p { color: rgb(118,10,205); }
H1.HeaderClassName
{
color: #760ACD;
}
.AnyTagClassName
{
color: #760ACD;
}
</style>
background-color css
<style>
a { background-color: #760ACD; }
a { background-color: rgb(118,10,205); }
div.DivClassName
{
background-color: #760ACD;
}
.BgClassName
{
background-color: #760ACD;
}
</style>
border-color css
<style>
span { border-color: #760ACD; }
span { border-color: rgb(118,10,205); }
td.TdClassName
{
border-color: #760ACD;
}
.TagClassName
{
border-color: #760ACD;
}
</style>