Shades of Dark Violet #760DBE
Tints of Dark Violet #760DBE
RGB
CMYK
RGB Variations
Color information
#760DBE (or 0x760DBE) is known color: Dark Violet. HEX triplet: 76, 0D and BE. RGB value is (118,13,190). Sum of RGB (Red+Green+Blue) = 118+13+190=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #760DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DBE is #89F241. Grayscale: #3F3F3F. Windows color (decimal): -9040450 or 12455286. OLE color: 12455286.
HSL color Cylindrical-coordinate representation of color #760DBE: hue angle of 275.59º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760DBE is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 13 | 190 | - |
| CMYK | 0.38 | 0.93 | 0 | 0.25 |
| HSL | 275.59º | 0.87% | 0.4% | - |
| HSV(B) | 275.59º | 0.93% | 0.75% | - |
| XYZ | 16.91 | 7.86 | 49.34 | - |
| YUV | 64.57 | 198.79 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 190 | 0.38 | 0.93 | 0 | 0.25 | 275.59 | 0.87 | 0.4 |
| Hex | 76 | D | BE | 26 | 5D | 0 | 19 | 114 | 57 | 28 |
| Octal | 166 | 15 | 276 | 46 | 135 | 0 | 31 | 424 | 127 | 50 |
| Binary | 1110110 | 1101 | 10111110 | 100110 | 1011101 | 0 | 11001 | 100010100 | 1010111 | 101000 |
Color Harmonies of #760DBE
Complementary color
Monochromatic Colors of #760DBE
Black with #760DBE
Text Example
Text Example
White with #760DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760DBE; }
p { color: rgb(118,13,190); }
H1.HeaderClassName
{
color: #760DBE;
}
.AnyTagClassName
{
color: #760DBE;
}
</style>
background-color css
<style>
a { background-color: #760DBE; }
a { background-color: rgb(118,13,190); }
div.DivClassName
{
background-color: #760DBE;
}
.BgClassName
{
background-color: #760DBE;
}
</style>
border-color css
<style>
span { border-color: #760DBE; }
span { border-color: rgb(118,13,190); }
td.TdClassName
{
border-color: #760DBE;
}
.TagClassName
{
border-color: #760DBE;
}
</style>