Shades of Blue Violet #760FDD
Tints of Blue Violet #760FDD
RGB
CMYK
RGB Variations
Color information
#760FDD (or 0x760FDD) is known color: Blue Violet. HEX triplet: 76, 0F and DD. RGB value is (118,15,221). Sum of RGB (Red+Green+Blue) = 118+15+221=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 221 (86.72% from 255 or 62.43% from 354); Max value from RGB is 221 - color contains mainly: blue. Hex color #760FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760FDD is #89F022. Grayscale: #444444. Windows color (decimal): -9039907 or 14487414. OLE color: 14487414.
HSL color Cylindrical-coordinate representation of color #760FDD: hue angle of 270º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760FDD is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 15 | 221 | - |
| CMYK | 0.47 | 0.93 | 0 | 0.13 |
| HSL | 270º | 0.87% | 0.46% | - |
| HSV(B) | 270º | 0.93% | 0.87% | - |
| XYZ | 20.69 | 9.41 | 69.13 | - |
| YUV | 69.28 | 213.62 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 221 | 0.47 | 0.93 | 0 | 0.13 | 270 | 0.87 | 0.46 |
| Hex | 76 | F | DD | 2F | 5D | 0 | D | 10E | 57 | 2E |
| Octal | 166 | 17 | 335 | 57 | 135 | 0 | 15 | 416 | 127 | 56 |
| Binary | 1110110 | 1111 | 11011101 | 101111 | 1011101 | 0 | 1101 | 100001110 | 1010111 | 101110 |
Color Harmonies of #760FDD
Complementary color
Monochromatic Colors of #760FDD
Black with #760FDD
Text Example
Text Example
White with #760FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760FDD; }
p { color: rgb(118,15,221); }
H1.HeaderClassName
{
color: #760FDD;
}
.AnyTagClassName
{
color: #760FDD;
}
</style>
background-color css
<style>
a { background-color: #760FDD; }
a { background-color: rgb(118,15,221); }
div.DivClassName
{
background-color: #760FDD;
}
.BgClassName
{
background-color: #760FDD;
}
</style>
border-color css
<style>
span { border-color: #760FDD; }
span { border-color: rgb(118,15,221); }
td.TdClassName
{
border-color: #760FDD;
}
.TagClassName
{
border-color: #760FDD;
}
</style>