Shades of Dark Violet #760DD2
Tints of Dark Violet #760DD2
RGB
CMYK
RGB Variations
Color information
#760DD2 (or 0x760DD2) is known color: Dark Violet. HEX triplet: 76, 0D and D2. RGB value is (118,13,210). Sum of RGB (Red+Green+Blue) = 118+13+210=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 210 (82.42% from 255 or 61.58% from 341); Max value from RGB is 210 - color contains mainly: blue. Hex color #760DD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DD2 is #89F22D. Grayscale: #424242. Windows color (decimal): -9040430 or 13766006. OLE color: 13766006.
HSL color Cylindrical-coordinate representation of color #760DD2: hue angle of 271.98º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760DD2 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 13 | 210 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.18 |
| HSL | 271.98º | 0.88% | 0.44% | - |
| HSV(B) | 271.98º | 0.94% | 0.82% | - |
| XYZ | 19.25 | 8.79 | 61.66 | - |
| YUV | 66.85 | 208.79 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 210 | 0.44 | 0.94 | 0 | 0.18 | 271.98 | 0.88 | 0.44 |
| Hex | 76 | D | D2 | 2C | 5E | 0 | 12 | 110 | 58 | 2C |
| Octal | 166 | 15 | 322 | 54 | 136 | 0 | 22 | 420 | 130 | 54 |
| Binary | 1110110 | 1101 | 11010010 | 101100 | 1011110 | 0 | 10010 | 100010000 | 1011000 | 101100 |
Color Harmonies of #760DD2
Complementary color
Monochromatic Colors of #760DD2
Black with #760DD2
Text Example
Text Example
White with #760DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760DD2; }
p { color: rgb(118,13,210); }
H1.HeaderClassName
{
color: #760DD2;
}
.AnyTagClassName
{
color: #760DD2;
}
</style>
background-color css
<style>
a { background-color: #760DD2; }
a { background-color: rgb(118,13,210); }
div.DivClassName
{
background-color: #760DD2;
}
.BgClassName
{
background-color: #760DD2;
}
</style>
border-color css
<style>
span { border-color: #760DD2; }
span { border-color: rgb(118,13,210); }
td.TdClassName
{
border-color: #760DD2;
}
.TagClassName
{
border-color: #760DD2;
}
</style>