Shades of Blue Violet #761EED
Tints of Blue Violet #761EED
RGB
CMYK
RGB Variations
Color information
#761EED (or 0x761EED) is known color: Blue Violet. HEX triplet: 76, 1E and ED. RGB value is (118,30,237). Sum of RGB (Red+Green+Blue) = 118+30+237=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #761EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761EED is #89E112. Grayscale: #4F4F4F. Windows color (decimal): -9036051 or 15539830. OLE color: 15539830.
HSL color Cylindrical-coordinate representation of color #761EED: hue angle of 265.51º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761EED is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 30 | 237 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.07 |
| HSL | 265.51º | 0.85% | 0.52% | - |
| HSV(B) | 265.51º | 0.87% | 0.93% | - |
| XYZ | 23.22 | 10.89 | 81 | - |
| YUV | 79.91 | 216.65 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 237 | 0.50 | 0.87 | 0 | 0.07 | 265.51 | 0.85 | 0.52 |
| Hex | 76 | 1E | ED | 32 | 57 | 0 | 7 | 10A | 55 | 34 |
| Octal | 166 | 36 | 355 | 62 | 127 | 0 | 7 | 412 | 125 | 64 |
| Binary | 1110110 | 11110 | 11101101 | 110010 | 1010111 | 0 | 111 | 100001010 | 1010101 | 110100 |
Color Harmonies of #761EED
Complementary color
Monochromatic Colors of #761EED
Black with #761EED
Text Example
Text Example
White with #761EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761EED; }
p { color: rgb(118,30,237); }
H1.HeaderClassName
{
color: #761EED;
}
.AnyTagClassName
{
color: #761EED;
}
</style>
background-color css
<style>
a { background-color: #761EED; }
a { background-color: rgb(118,30,237); }
div.DivClassName
{
background-color: #761EED;
}
.BgClassName
{
background-color: #761EED;
}
</style>
border-color css
<style>
span { border-color: #761EED; }
span { border-color: rgb(118,30,237); }
td.TdClassName
{
border-color: #761EED;
}
.TagClassName
{
border-color: #761EED;
}
</style>