Shades of Dark Violet #760BCC
Tints of Dark Violet #760BCC
RGB
CMYK
RGB Variations
Color information
#760BCC (or 0x760BCC) is known color: Dark Violet. HEX triplet: 76, 0B and CC. RGB value is (118,11,204). Sum of RGB (Red+Green+Blue) = 118+11+204=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 204 (80.08% from 255 or 61.26% from 333); Max value from RGB is 204 - color contains mainly: blue. Hex color #760BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BCC is #89F433. Grayscale: #404040. Windows color (decimal): -9040948 or 13372278. OLE color: 13372278.
HSL color Cylindrical-coordinate representation of color #760BCC: hue angle of 273.26º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760BCC is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 11 | 204 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.2 |
| HSL | 273.26º | 0.9% | 0.42% | - |
| HSV(B) | 273.26º | 0.95% | 0.8% | - |
| XYZ | 18.49 | 8.45 | 57.78 | - |
| YUV | 65 | 206.45 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 204 | 0.42 | 0.95 | 0 | 0.2 | 273.26 | 0.9 | 0.42 |
| Hex | 76 | B | CC | 2A | 5F | 0 | 14 | 111 | 5A | 2A |
| Octal | 166 | 13 | 314 | 52 | 137 | 0 | 24 | 421 | 132 | 52 |
| Binary | 1110110 | 1011 | 11001100 | 101010 | 1011111 | 0 | 10100 | 100010001 | 1011010 | 101010 |
Color Harmonies of #760BCC
Complementary color
Monochromatic Colors of #760BCC
Black with #760BCC
Text Example
Text Example
White with #760BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760BCC; }
p { color: rgb(118,11,204); }
H1.HeaderClassName
{
color: #760BCC;
}
.AnyTagClassName
{
color: #760BCC;
}
</style>
background-color css
<style>
a { background-color: #760BCC; }
a { background-color: rgb(118,11,204); }
div.DivClassName
{
background-color: #760BCC;
}
.BgClassName
{
background-color: #760BCC;
}
</style>
border-color css
<style>
span { border-color: #760BCC; }
span { border-color: rgb(118,11,204); }
td.TdClassName
{
border-color: #760BCC;
}
.TagClassName
{
border-color: #760BCC;
}
</style>