Shades of Dark Violet #760CBB
Tints of Dark Violet #760CBB
RGB
CMYK
RGB Variations
Color information
#760CBB (or 0x760CBB) is known color: Dark Violet. HEX triplet: 76, 0C and BB. RGB value is (118,12,187). Sum of RGB (Red+Green+Blue) = 118+12+187=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #760CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760CBB is #89F344. Grayscale: #3F3F3F. Windows color (decimal): -9040709 or 12258422. OLE color: 12258422.
HSL color Cylindrical-coordinate representation of color #760CBB: hue angle of 276.34º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760CBB is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 12 | 187 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.27 |
| HSL | 276.34º | 0.88% | 0.39% | - |
| HSV(B) | 276.34º | 0.94% | 0.73% | - |
| XYZ | 16.57 | 7.7 | 47.63 | - |
| YUV | 63.64 | 197.62 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 187 | 0.37 | 0.94 | 0 | 0.27 | 276.34 | 0.88 | 0.39 |
| Hex | 76 | C | BB | 25 | 5E | 0 | 1B | 114 | 58 | 27 |
| Octal | 166 | 14 | 273 | 45 | 136 | 0 | 33 | 424 | 130 | 47 |
| Binary | 1110110 | 1100 | 10111011 | 100101 | 1011110 | 0 | 11011 | 100010100 | 1011000 | 100111 |
Color Harmonies of #760CBB
Complementary color
Monochromatic Colors of #760CBB
Black with #760CBB
Text Example
Text Example
White with #760CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760CBB; }
p { color: rgb(118,12,187); }
H1.HeaderClassName
{
color: #760CBB;
}
.AnyTagClassName
{
color: #760CBB;
}
</style>
background-color css
<style>
a { background-color: #760CBB; }
a { background-color: rgb(118,12,187); }
div.DivClassName
{
background-color: #760CBB;
}
.BgClassName
{
background-color: #760CBB;
}
</style>
border-color css
<style>
span { border-color: #760CBB; }
span { border-color: rgb(118,12,187); }
td.TdClassName
{
border-color: #760CBB;
}
.TagClassName
{
border-color: #760CBB;
}
</style>