Shades of Blue Violet #761CF3
Tints of Blue Violet #761CF3
RGB
CMYK
RGB Variations
Color information
#761CF3 (or 0x761CF3) is known color: Blue Violet. HEX triplet: 76, 1C and F3. RGB value is (118,28,243). Sum of RGB (Red+Green+Blue) = 118+28+243=389 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.33% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 243 (95.31% from 255 or 62.47% from 389); Max value from RGB is 243 - color contains mainly: blue. Hex color #761CF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761CF3 is #89E30C. Grayscale: #4E4E4E. Windows color (decimal): -9036557 or 15932534. OLE color: 15932534.
HSL color Cylindrical-coordinate representation of color #761CF3: hue angle of 265.12º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761CF3 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 28 | 243 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.05 |
| HSL | 265.12º | 0.9% | 0.53% | - |
| HSV(B) | 265.12º | 0.88% | 0.95% | - |
| XYZ | 24.06 | 11.15 | 85.68 | - |
| YUV | 79.42 | 220.32 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 28 | 243 | 0.51 | 0.88 | 0 | 0.05 | 265.12 | 0.9 | 0.53 |
| Hex | 76 | 1C | F3 | 33 | 58 | 0 | 5 | 109 | 5A | 35 |
| Octal | 166 | 34 | 363 | 63 | 130 | 0 | 5 | 411 | 132 | 65 |
| Binary | 1110110 | 11100 | 11110011 | 110011 | 1011000 | 0 | 101 | 100001001 | 1011010 | 110101 |
Color Harmonies of #761CF3
Complementary color
Monochromatic Colors of #761CF3
Black with #761CF3
Text Example
Text Example
White with #761CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761CF3; }
p { color: rgb(118,28,243); }
H1.HeaderClassName
{
color: #761CF3;
}
.AnyTagClassName
{
color: #761CF3;
}
</style>
background-color css
<style>
a { background-color: #761CF3; }
a { background-color: rgb(118,28,243); }
div.DivClassName
{
background-color: #761CF3;
}
.BgClassName
{
background-color: #761CF3;
}
</style>
border-color css
<style>
span { border-color: #761CF3; }
span { border-color: rgb(118,28,243); }
td.TdClassName
{
border-color: #761CF3;
}
.TagClassName
{
border-color: #761CF3;
}
</style>