Shades of Blue Violet #760DDC
Tints of Blue Violet #760DDC
RGB
CMYK
RGB Variations
Color information
#760DDC (or 0x760DDC) is known color: Blue Violet. HEX triplet: 76, 0D and DC. RGB value is (118,13,220). Sum of RGB (Red+Green+Blue) = 118+13+220=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 13 (5.47% from 255 or 3.70% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #760DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DDC is #89F223. Grayscale: #434343. Windows color (decimal): -9040420 or 14421366. OLE color: 14421366.
HSL color Cylindrical-coordinate representation of color #760DDC: hue angle of 270.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760DDC is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 13 | 220 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.14 |
| HSL | 270.43º | 0.89% | 0.46% | - |
| HSV(B) | 270.43º | 0.94% | 0.86% | - |
| XYZ | 20.53 | 9.31 | 68.42 | - |
| YUV | 67.99 | 213.79 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 220 | 0.46 | 0.94 | 0 | 0.14 | 270.43 | 0.89 | 0.46 |
| Hex | 76 | D | DC | 2E | 5E | 0 | E | 10E | 59 | 2E |
| Octal | 166 | 15 | 334 | 56 | 136 | 0 | 16 | 416 | 131 | 56 |
| Binary | 1110110 | 1101 | 11011100 | 101110 | 1011110 | 0 | 1110 | 100001110 | 1011001 | 101110 |
Color Harmonies of #760DDC
Complementary color
Monochromatic Colors of #760DDC
Black with #760DDC
Text Example
Text Example
White with #760DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760DDC; }
p { color: rgb(118,13,220); }
H1.HeaderClassName
{
color: #760DDC;
}
.AnyTagClassName
{
color: #760DDC;
}
</style>
background-color css
<style>
a { background-color: #760DDC; }
a { background-color: rgb(118,13,220); }
div.DivClassName
{
background-color: #760DDC;
}
.BgClassName
{
background-color: #760DDC;
}
</style>
border-color css
<style>
span { border-color: #760DDC; }
span { border-color: rgb(118,13,220); }
td.TdClassName
{
border-color: #760DDC;
}
.TagClassName
{
border-color: #760DDC;
}
</style>