Shades of Blue Violet #761BE5
Tints of Blue Violet #761BE5
RGB
CMYK
RGB Variations
Color information
#761BE5 (or 0x761BE5) is known color: Blue Violet. HEX triplet: 76, 1B and E5. RGB value is (118,27,229). Sum of RGB (Red+Green+Blue) = 118+27+229=374 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.55% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 229 (89.84% from 255 or 61.23% from 374); Max value from RGB is 229 - color contains mainly: blue. Hex color #761BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761BE5 is #89E41A. Grayscale: #4C4C4C. Windows color (decimal): -9036827 or 15014774. OLE color: 15014774.
HSL color Cylindrical-coordinate representation of color #761BE5: hue angle of 267.03º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761BE5 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 27 | 229 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.10 |
| HSL | 267.03º | 0.8% | 0.5% | - |
| HSV(B) | 267.03º | 0.88% | 0.9% | - |
| XYZ | 22.01 | 10.29 | 74.96 | - |
| YUV | 77.24 | 213.65 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 229 | 0.48 | 0.88 | 0 | 0.10 | 267.03 | 0.8 | 0.5 |
| Hex | 76 | 1B | E5 | 30 | 58 | 0 | A | 10B | 50 | 32 |
| Octal | 166 | 33 | 345 | 60 | 130 | 0 | 12 | 413 | 120 | 62 |
| Binary | 1110110 | 11011 | 11100101 | 110000 | 1011000 | 0 | 1010 | 100001011 | 1010000 | 110010 |
Color Harmonies of #761BE5
Complementary color
Monochromatic Colors of #761BE5
Black with #761BE5
Text Example
Text Example
White with #761BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761BE5; }
p { color: rgb(118,27,229); }
H1.HeaderClassName
{
color: #761BE5;
}
.AnyTagClassName
{
color: #761BE5;
}
</style>
background-color css
<style>
a { background-color: #761BE5; }
a { background-color: rgb(118,27,229); }
div.DivClassName
{
background-color: #761BE5;
}
.BgClassName
{
background-color: #761BE5;
}
</style>
border-color css
<style>
span { border-color: #761BE5; }
span { border-color: rgb(118,27,229); }
td.TdClassName
{
border-color: #761BE5;
}
.TagClassName
{
border-color: #761BE5;
}
</style>