Shades of Blue Violet #761CEB
Tints of Blue Violet #761CEB
RGB
CMYK
RGB Variations
Color information
#761CEB (or 0x761CEB) is known color: Blue Violet. HEX triplet: 76, 1C and EB. RGB value is (118,28,235). Sum of RGB (Red+Green+Blue) = 118+28+235=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #761CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761CEB is #89E314. Grayscale: #4D4D4D. Windows color (decimal): -9036565 or 15408246. OLE color: 15408246.
HSL color Cylindrical-coordinate representation of color #761CEB: hue angle of 266.09º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761CEB is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 28 | 235 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.08 |
| HSL | 266.09º | 0.84% | 0.52% | - |
| HSV(B) | 266.09º | 0.88% | 0.92% | - |
| XYZ | 22.88 | 10.68 | 79.45 | - |
| YUV | 78.51 | 216.32 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 235 | 0.50 | 0.88 | 0 | 0.08 | 266.09 | 0.84 | 0.52 |
| Hex | 76 | 1C | EB | 32 | 58 | 0 | 8 | 10A | 54 | 34 |
| Octal | 166 | 34 | 353 | 62 | 130 | 0 | 10 | 412 | 124 | 64 |
| Binary | 1110110 | 11100 | 11101011 | 110010 | 1011000 | 0 | 1000 | 100001010 | 1010100 | 110100 |
Color Harmonies of #761CEB
Complementary color
Monochromatic Colors of #761CEB
Black with #761CEB
Text Example
Text Example
White with #761CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761CEB; }
p { color: rgb(118,28,235); }
H1.HeaderClassName
{
color: #761CEB;
}
.AnyTagClassName
{
color: #761CEB;
}
</style>
background-color css
<style>
a { background-color: #761CEB; }
a { background-color: rgb(118,28,235); }
div.DivClassName
{
background-color: #761CEB;
}
.BgClassName
{
background-color: #761CEB;
}
</style>
border-color css
<style>
span { border-color: #761CEB; }
span { border-color: rgb(118,28,235); }
td.TdClassName
{
border-color: #761CEB;
}
.TagClassName
{
border-color: #761CEB;
}
</style>