Shades of Blue Violet #761CE1
Tints of Blue Violet #761CE1
RGB
CMYK
RGB Variations
Color information
#761CE1 (or 0x761CE1) is known color: Blue Violet. HEX triplet: 76, 1C and E1. RGB value is (118,28,225). Sum of RGB (Red+Green+Blue) = 118+28+225=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 225 (88.28% from 255 or 60.65% from 371); Max value from RGB is 225 - color contains mainly: blue. Hex color #761CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761CE1 is #89E31E. Grayscale: #4C4C4C. Windows color (decimal): -9036575 or 14752886. OLE color: 14752886.
HSL color Cylindrical-coordinate representation of color #761CE1: hue angle of 267.41º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761CE1 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 28 | 225 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.12 |
| HSL | 267.41º | 0.78% | 0.5% | - |
| HSV(B) | 267.41º | 0.88% | 0.88% | - |
| XYZ | 21.48 | 10.12 | 72.06 | - |
| YUV | 77.37 | 211.32 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 225 | 0.48 | 0.88 | 0 | 0.12 | 267.41 | 0.78 | 0.5 |
| Hex | 76 | 1C | E1 | 30 | 58 | 0 | C | 10B | 4E | 32 |
| Octal | 166 | 34 | 341 | 60 | 130 | 0 | 14 | 413 | 116 | 62 |
| Binary | 1110110 | 11100 | 11100001 | 110000 | 1011000 | 0 | 1100 | 100001011 | 1001110 | 110010 |
Color Harmonies of #761CE1
Complementary color
Monochromatic Colors of #761CE1
Black with #761CE1
Text Example
Text Example
White with #761CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761CE1; }
p { color: rgb(118,28,225); }
H1.HeaderClassName
{
color: #761CE1;
}
.AnyTagClassName
{
color: #761CE1;
}
</style>
background-color css
<style>
a { background-color: #761CE1; }
a { background-color: rgb(118,28,225); }
div.DivClassName
{
background-color: #761CE1;
}
.BgClassName
{
background-color: #761CE1;
}
</style>
border-color css
<style>
span { border-color: #761CE1; }
span { border-color: rgb(118,28,225); }
td.TdClassName
{
border-color: #761CE1;
}
.TagClassName
{
border-color: #761CE1;
}
</style>