Shades of Blue Violet #761CEF
Tints of Blue Violet #761CEF
RGB
CMYK
RGB Variations
Color information
#761CEF (or 0x761CEF) is known color: Blue Violet. HEX triplet: 76, 1C and EF. RGB value is (118,28,239). Sum of RGB (Red+Green+Blue) = 118+28+239=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #761CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761CEF is #89E310. Grayscale: #4E4E4E. Windows color (decimal): -9036561 or 15670390. OLE color: 15670390.
HSL color Cylindrical-coordinate representation of color #761CEF: hue angle of 265.59º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761CEF is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 28 | 239 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.06 |
| HSL | 265.59º | 0.87% | 0.52% | - |
| HSV(B) | 265.59º | 0.88% | 0.94% | - |
| XYZ | 23.47 | 10.91 | 82.53 | - |
| YUV | 78.96 | 218.32 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 239 | 0.51 | 0.88 | 0 | 0.06 | 265.59 | 0.87 | 0.52 |
| Hex | 76 | 1C | EF | 33 | 58 | 0 | 6 | 10A | 57 | 34 |
| Octal | 166 | 34 | 357 | 63 | 130 | 0 | 6 | 412 | 127 | 64 |
| Binary | 1110110 | 11100 | 11101111 | 110011 | 1011000 | 0 | 110 | 100001010 | 1010111 | 110100 |
Color Harmonies of #761CEF
Complementary color
Monochromatic Colors of #761CEF
Black with #761CEF
Text Example
Text Example
White with #761CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761CEF; }
p { color: rgb(118,28,239); }
H1.HeaderClassName
{
color: #761CEF;
}
.AnyTagClassName
{
color: #761CEF;
}
</style>
background-color css
<style>
a { background-color: #761CEF; }
a { background-color: rgb(118,28,239); }
div.DivClassName
{
background-color: #761CEF;
}
.BgClassName
{
background-color: #761CEF;
}
</style>
border-color css
<style>
span { border-color: #761CEF; }
span { border-color: rgb(118,28,239); }
td.TdClassName
{
border-color: #761CEF;
}
.TagClassName
{
border-color: #761CEF;
}
</style>