Shades of Dark Violet #760BD2
Tints of Dark Violet #760BD2
RGB
CMYK
RGB Variations
Color information
#760BD2 (or 0x760BD2) is known color: Dark Violet. HEX triplet: 76, 0B and D2. RGB value is (118,11,210). Sum of RGB (Red+Green+Blue) = 118+11+210=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 210 (82.42% from 255 or 61.95% from 339); Max value from RGB is 210 - color contains mainly: blue. Hex color #760BD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BD2 is #89F42D. Grayscale: #404040. Windows color (decimal): -9040942 or 13765494. OLE color: 13765494.
HSL color Cylindrical-coordinate representation of color #760BD2: hue angle of 272.26º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760BD2 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 11 | 210 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.18 |
| HSL | 272.26º | 0.9% | 0.43% | - |
| HSV(B) | 272.26º | 0.95% | 0.82% | - |
| XYZ | 19.22 | 8.74 | 61.65 | - |
| YUV | 65.68 | 209.45 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 210 | 0.44 | 0.95 | 0 | 0.18 | 272.26 | 0.9 | 0.43 |
| Hex | 76 | B | D2 | 2C | 5F | 0 | 12 | 110 | 5A | 2B |
| Octal | 166 | 13 | 322 | 54 | 137 | 0 | 22 | 420 | 132 | 53 |
| Binary | 1110110 | 1011 | 11010010 | 101100 | 1011111 | 0 | 10010 | 100010000 | 1011010 | 101011 |
Color Harmonies of #760BD2
Complementary color
Monochromatic Colors of #760BD2
Black with #760BD2
Text Example
Text Example
White with #760BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760BD2; }
p { color: rgb(118,11,210); }
H1.HeaderClassName
{
color: #760BD2;
}
.AnyTagClassName
{
color: #760BD2;
}
</style>
background-color css
<style>
a { background-color: #760BD2; }
a { background-color: rgb(118,11,210); }
div.DivClassName
{
background-color: #760BD2;
}
.BgClassName
{
background-color: #760BD2;
}
</style>
border-color css
<style>
span { border-color: #760BD2; }
span { border-color: rgb(118,11,210); }
td.TdClassName
{
border-color: #760BD2;
}
.TagClassName
{
border-color: #760BD2;
}
</style>