Shades of Blue Violet #761ED5
Tints of Blue Violet #761ED5
RGB
CMYK
RGB Variations
Color information
#761ED5 (or 0x761ED5) is known color: Blue Violet. HEX triplet: 76, 1E and D5. RGB value is (118,30,213). Sum of RGB (Red+Green+Blue) = 118+30+213=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 30 (12.11% from 255 or 8.31% from 361); Blue value is 213 (83.59% from 255 or 59.00% from 361); Max value from RGB is 213 - color contains mainly: blue. Hex color #761ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761ED5 is #89E12A. Grayscale: #4C4C4C. Windows color (decimal): -9036075 or 13966966. OLE color: 13966966.
HSL color Cylindrical-coordinate representation of color #761ED5: hue angle of 268.85º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761ED5 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 30 | 213 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.16 |
| HSL | 268.85º | 0.75% | 0.48% | - |
| HSV(B) | 268.85º | 0.86% | 0.84% | - |
| XYZ | 19.95 | 9.58 | 63.75 | - |
| YUV | 77.17 | 204.65 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 213 | 0.45 | 0.86 | 0 | 0.16 | 268.85 | 0.75 | 0.48 |
| Hex | 76 | 1E | D5 | 2D | 56 | 0 | 10 | 10D | 4B | 30 |
| Octal | 166 | 36 | 325 | 55 | 126 | 0 | 20 | 415 | 113 | 60 |
| Binary | 1110110 | 11110 | 11010101 | 101101 | 1010110 | 0 | 10000 | 100001101 | 1001011 | 110000 |
Color Harmonies of #761ED5
Complementary color
Monochromatic Colors of #761ED5
Black with #761ED5
Text Example
Text Example
White with #761ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761ED5; }
p { color: rgb(118,30,213); }
H1.HeaderClassName
{
color: #761ED5;
}
.AnyTagClassName
{
color: #761ED5;
}
</style>
background-color css
<style>
a { background-color: #761ED5; }
a { background-color: rgb(118,30,213); }
div.DivClassName
{
background-color: #761ED5;
}
.BgClassName
{
background-color: #761ED5;
}
</style>
border-color css
<style>
span { border-color: #761ED5; }
span { border-color: rgb(118,30,213); }
td.TdClassName
{
border-color: #761ED5;
}
.TagClassName
{
border-color: #761ED5;
}
</style>