Shades of Dark Violet #760DCE
Tints of Dark Violet #760DCE
RGB
CMYK
RGB Variations
Color information
#760DCE (or 0x760DCE) is known color: Dark Violet. HEX triplet: 76, 0D and CE. RGB value is (118,13,206). Sum of RGB (Red+Green+Blue) = 118+13+206=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #760DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DCE is #89F231. Grayscale: #414141. Windows color (decimal): -9040434 or 13503862. OLE color: 13503862.
HSL color Cylindrical-coordinate representation of color #760DCE: hue angle of 272.64º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760DCE is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 13 | 206 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.19 |
| HSL | 272.64º | 0.88% | 0.43% | - |
| HSV(B) | 272.64º | 0.94% | 0.81% | - |
| XYZ | 18.76 | 8.6 | 59.06 | - |
| YUV | 66.4 | 206.79 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 206 | 0.43 | 0.94 | 0 | 0.19 | 272.64 | 0.88 | 0.43 |
| Hex | 76 | D | CE | 2B | 5E | 0 | 13 | 111 | 58 | 2B |
| Octal | 166 | 15 | 316 | 53 | 136 | 0 | 23 | 421 | 130 | 53 |
| Binary | 1110110 | 1101 | 11001110 | 101011 | 1011110 | 0 | 10011 | 100010001 | 1011000 | 101011 |
Color Harmonies of #760DCE
Complementary color
Monochromatic Colors of #760DCE
Black with #760DCE
Text Example
Text Example
White with #760DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760DCE; }
p { color: rgb(118,13,206); }
H1.HeaderClassName
{
color: #760DCE;
}
.AnyTagClassName
{
color: #760DCE;
}
</style>
background-color css
<style>
a { background-color: #760DCE; }
a { background-color: rgb(118,13,206); }
div.DivClassName
{
background-color: #760DCE;
}
.BgClassName
{
background-color: #760DCE;
}
</style>
border-color css
<style>
span { border-color: #760DCE; }
span { border-color: rgb(118,13,206); }
td.TdClassName
{
border-color: #760DCE;
}
.TagClassName
{
border-color: #760DCE;
}
</style>