Shades of Blue Violet #760EDF
Tints of Blue Violet #760EDF
RGB
CMYK
RGB Variations
Color information
#760EDF (or 0x760EDF) is known color: Blue Violet. HEX triplet: 76, 0E and DF. RGB value is (118,14,223). Sum of RGB (Red+Green+Blue) = 118+14+223=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #760EDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760EDF is #89F120. Grayscale: #444444. Windows color (decimal): -9040161 or 14618230. OLE color: 14618230.
HSL color Cylindrical-coordinate representation of color #760EDF: hue angle of 269.86º degrees, saturation: 0.88, 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 #760EDF is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 14 | 223 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.13 |
| HSL | 269.86º | 0.88% | 0.46% | - |
| HSV(B) | 269.86º | 0.94% | 0.87% | - |
| XYZ | 20.95 | 9.49 | 70.54 | - |
| YUV | 68.92 | 214.96 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 14 | 223 | 0.47 | 0.94 | 0 | 0.13 | 269.86 | 0.88 | 0.46 |
| Hex | 76 | E | DF | 2F | 5E | 0 | D | 10E | 58 | 2E |
| Octal | 166 | 16 | 337 | 57 | 136 | 0 | 15 | 416 | 130 | 56 |
| Binary | 1110110 | 1110 | 11011111 | 101111 | 1011110 | 0 | 1101 | 100001110 | 1011000 | 101110 |
Color Harmonies of #760EDF
Complementary color
Monochromatic Colors of #760EDF
Black with #760EDF
Text Example
Text Example
White with #760EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760EDF; }
p { color: rgb(118,14,223); }
H1.HeaderClassName
{
color: #760EDF;
}
.AnyTagClassName
{
color: #760EDF;
}
</style>
background-color css
<style>
a { background-color: #760EDF; }
a { background-color: rgb(118,14,223); }
div.DivClassName
{
background-color: #760EDF;
}
.BgClassName
{
background-color: #760EDF;
}
</style>
border-color css
<style>
span { border-color: #760EDF; }
span { border-color: rgb(118,14,223); }
td.TdClassName
{
border-color: #760EDF;
}
.TagClassName
{
border-color: #760EDF;
}
</style>