Shades of Blue Violet #761EDF
Tints of Blue Violet #761EDF
RGB
CMYK
RGB Variations
Color information
#761EDF (or 0x761EDF) is known color: Blue Violet. HEX triplet: 76, 1E and DF. RGB value is (118,30,223). Sum of RGB (Red+Green+Blue) = 118+30+223=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #761EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761EDF is #89E120. Grayscale: #4D4D4D. Windows color (decimal): -9036065 or 14622326. OLE color: 14622326.
HSL color Cylindrical-coordinate representation of color #761EDF: hue angle of 267.36º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761EDF is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 30 | 223 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.13 |
| HSL | 267.36º | 0.76% | 0.5% | - |
| HSV(B) | 267.36º | 0.87% | 0.87% | - |
| XYZ | 21.25 | 10.11 | 70.64 | - |
| YUV | 78.31 | 209.65 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 223 | 0.47 | 0.87 | 0 | 0.13 | 267.36 | 0.76 | 0.5 |
| Hex | 76 | 1E | DF | 2F | 57 | 0 | D | 10B | 4C | 32 |
| Octal | 166 | 36 | 337 | 57 | 127 | 0 | 15 | 413 | 114 | 62 |
| Binary | 1110110 | 11110 | 11011111 | 101111 | 1010111 | 0 | 1101 | 100001011 | 1001100 | 110010 |
Color Harmonies of #761EDF
Complementary color
Monochromatic Colors of #761EDF
Black with #761EDF
Text Example
Text Example
White with #761EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761EDF; }
p { color: rgb(118,30,223); }
H1.HeaderClassName
{
color: #761EDF;
}
.AnyTagClassName
{
color: #761EDF;
}
</style>
background-color css
<style>
a { background-color: #761EDF; }
a { background-color: rgb(118,30,223); }
div.DivClassName
{
background-color: #761EDF;
}
.BgClassName
{
background-color: #761EDF;
}
</style>
border-color css
<style>
span { border-color: #761EDF; }
span { border-color: rgb(118,30,223); }
td.TdClassName
{
border-color: #761EDF;
}
.TagClassName
{
border-color: #761EDF;
}
</style>