Shades of Blue Violet #760DDB
Tints of Blue Violet #760DDB
RGB
CMYK
RGB Variations
Color information
#760DDB (or 0x760DDB) is known color: Blue Violet. HEX triplet: 76, 0D and DB. RGB value is (118,13,219). Sum of RGB (Red+Green+Blue) = 118+13+219=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #760DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DDB is #89F224. Grayscale: #434343. Windows color (decimal): -9040421 or 14355830. OLE color: 14355830.
HSL color Cylindrical-coordinate representation of color #760DDB: hue angle of 270.58º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760DDB is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 13 | 219 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.14 |
| HSL | 270.58º | 0.89% | 0.45% | - |
| HSV(B) | 270.58º | 0.94% | 0.86% | - |
| XYZ | 20.4 | 9.25 | 67.73 | - |
| YUV | 67.88 | 213.29 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 219 | 0.46 | 0.94 | 0 | 0.14 | 270.58 | 0.89 | 0.45 |
| Hex | 76 | D | DB | 2E | 5E | 0 | E | 10F | 59 | 2D |
| Octal | 166 | 15 | 333 | 56 | 136 | 0 | 16 | 417 | 131 | 55 |
| Binary | 1110110 | 1101 | 11011011 | 101110 | 1011110 | 0 | 1110 | 100001111 | 1011001 | 101101 |
Color Harmonies of #760DDB
Complementary color
Monochromatic Colors of #760DDB
Black with #760DDB
Text Example
Text Example
White with #760DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760DDB; }
p { color: rgb(118,13,219); }
H1.HeaderClassName
{
color: #760DDB;
}
.AnyTagClassName
{
color: #760DDB;
}
</style>
background-color css
<style>
a { background-color: #760DDB; }
a { background-color: rgb(118,13,219); }
div.DivClassName
{
background-color: #760DDB;
}
.BgClassName
{
background-color: #760DDB;
}
</style>
border-color css
<style>
span { border-color: #760DDB; }
span { border-color: rgb(118,13,219); }
td.TdClassName
{
border-color: #760DDB;
}
.TagClassName
{
border-color: #760DDB;
}
</style>