Shades of Dark Violet #760CBC
Tints of Dark Violet #760CBC
RGB
CMYK
RGB Variations
Color information
#760CBC (or 0x760CBC) is known color: Dark Violet. HEX triplet: 76, 0C and BC. RGB value is (118,12,188). Sum of RGB (Red+Green+Blue) = 118+12+188=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #760CBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CBC is #89F343. Grayscale: #3F3F3F. Windows color (decimal): -9040708 or 12323958. OLE color: 12323958.
HSL color Cylindrical-coordinate representation of color #760CBC: hue angle of 276.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760CBC is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 12 | 188 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.26 |
| HSL | 276.14º | 0.88% | 0.39% | - |
| HSV(B) | 276.14º | 0.94% | 0.74% | - |
| XYZ | 16.68 | 7.75 | 48.19 | - |
| YUV | 63.76 | 198.12 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 188 | 0.37 | 0.94 | 0 | 0.26 | 276.14 | 0.88 | 0.39 |
| Hex | 76 | C | BC | 25 | 5E | 0 | 1A | 114 | 58 | 27 |
| Octal | 166 | 14 | 274 | 45 | 136 | 0 | 32 | 424 | 130 | 47 |
| Binary | 1110110 | 1100 | 10111100 | 100101 | 1011110 | 0 | 11010 | 100010100 | 1011000 | 100111 |
Color Harmonies of #760CBC
Complementary color
Monochromatic Colors of #760CBC
Black with #760CBC
Text Example
Text Example
White with #760CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760CBC; }
p { color: rgb(118,12,188); }
H1.HeaderClassName
{
color: #760CBC;
}
.AnyTagClassName
{
color: #760CBC;
}
</style>
background-color css
<style>
a { background-color: #760CBC; }
a { background-color: rgb(118,12,188); }
div.DivClassName
{
background-color: #760CBC;
}
.BgClassName
{
background-color: #760CBC;
}
</style>
border-color css
<style>
span { border-color: #760CBC; }
span { border-color: rgb(118,12,188); }
td.TdClassName
{
border-color: #760CBC;
}
.TagClassName
{
border-color: #760CBC;
}
</style>