Shades of Dark Violet #760BD4
Tints of Dark Violet #760BD4
RGB
CMYK
RGB Variations
Color information
#760BD4 (or 0x760BD4) is known color: Dark Violet. HEX triplet: 76, 0B and D4. RGB value is (118,11,212). Sum of RGB (Red+Green+Blue) = 118+11+212=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 212 (83.20% from 255 or 62.17% from 341); Max value from RGB is 212 - color contains mainly: blue. Hex color #760BD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BD4 is #89F42B. Grayscale: #414141. Windows color (decimal): -9040940 or 13896566. OLE color: 13896566.
HSL color Cylindrical-coordinate representation of color #760BD4: hue angle of 271.94º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760BD4 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 11 | 212 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.17 |
| HSL | 271.94º | 0.9% | 0.44% | - |
| HSV(B) | 271.94º | 0.95% | 0.83% | - |
| XYZ | 19.47 | 8.84 | 62.97 | - |
| YUV | 65.91 | 210.45 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 212 | 0.44 | 0.95 | 0 | 0.17 | 271.94 | 0.9 | 0.44 |
| Hex | 76 | B | D4 | 2C | 5F | 0 | 11 | 110 | 5A | 2C |
| Octal | 166 | 13 | 324 | 54 | 137 | 0 | 21 | 420 | 132 | 54 |
| Binary | 1110110 | 1011 | 11010100 | 101100 | 1011111 | 0 | 10001 | 100010000 | 1011010 | 101100 |
Color Harmonies of #760BD4
Complementary color
Monochromatic Colors of #760BD4
Black with #760BD4
Text Example
Text Example
White with #760BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760BD4; }
p { color: rgb(118,11,212); }
H1.HeaderClassName
{
color: #760BD4;
}
.AnyTagClassName
{
color: #760BD4;
}
</style>
background-color css
<style>
a { background-color: #760BD4; }
a { background-color: rgb(118,11,212); }
div.DivClassName
{
background-color: #760BD4;
}
.BgClassName
{
background-color: #760BD4;
}
</style>
border-color css
<style>
span { border-color: #760BD4; }
span { border-color: rgb(118,11,212); }
td.TdClassName
{
border-color: #760BD4;
}
.TagClassName
{
border-color: #760BD4;
}
</style>