Shades of Blue Violet #760DDD
Tints of Blue Violet #760DDD
RGB
CMYK
RGB Variations
Color information
#760DDD (or 0x760DDD) is known color: Blue Violet. HEX triplet: 76, 0D and DD. RGB value is (118,13,221). Sum of RGB (Red+Green+Blue) = 118+13+221=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 13 (5.47% from 255 or 3.69% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #760DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760DDD is #89F222. Grayscale: #434343. Windows color (decimal): -9040419 or 14486902. OLE color: 14486902.
HSL color Cylindrical-coordinate representation of color #760DDD: hue angle of 270.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760DDD is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 13 | 221 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.13 |
| HSL | 270.29º | 0.89% | 0.46% | - |
| HSV(B) | 270.29º | 0.94% | 0.87% | - |
| XYZ | 20.67 | 9.36 | 69.12 | - |
| YUV | 68.11 | 214.29 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 221 | 0.47 | 0.94 | 0 | 0.13 | 270.29 | 0.89 | 0.46 |
| Hex | 76 | D | DD | 2F | 5E | 0 | D | 10E | 59 | 2E |
| Octal | 166 | 15 | 335 | 57 | 136 | 0 | 15 | 416 | 131 | 56 |
| Binary | 1110110 | 1101 | 11011101 | 101111 | 1011110 | 0 | 1101 | 100001110 | 1011001 | 101110 |
Color Harmonies of #760DDD
Complementary color
Monochromatic Colors of #760DDD
Black with #760DDD
Text Example
Text Example
White with #760DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760DDD; }
p { color: rgb(118,13,221); }
H1.HeaderClassName
{
color: #760DDD;
}
.AnyTagClassName
{
color: #760DDD;
}
</style>
background-color css
<style>
a { background-color: #760DDD; }
a { background-color: rgb(118,13,221); }
div.DivClassName
{
background-color: #760DDD;
}
.BgClassName
{
background-color: #760DDD;
}
</style>
border-color css
<style>
span { border-color: #760DDD; }
span { border-color: rgb(118,13,221); }
td.TdClassName
{
border-color: #760DDD;
}
.TagClassName
{
border-color: #760DDD;
}
</style>