Shades of Blue Violet #762FF1
Tints of Blue Violet #762FF1
RGB
CMYK
RGB Variations
Color information
#762FF1 (or 0x762FF1) is known color: Blue Violet. HEX triplet: 76, 2F and F1. RGB value is (118,47,241). Sum of RGB (Red+Green+Blue) = 118+47+241=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #762FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762FF1 is #89D00E. Grayscale: #595959. Windows color (decimal): -9031695 or 15806326. OLE color: 15806326.
HSL color Cylindrical-coordinate representation of color #762FF1: hue angle of 261.96º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #762FF1 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 47 | 241 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.05 |
| HSL | 261.96º | 0.87% | 0.56% | - |
| HSV(B) | 261.96º | 0.8% | 0.95% | - |
| XYZ | 24.36 | 12.24 | 84.3 | - |
| YUV | 90.35 | 213.02 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 241 | 0.51 | 0.80 | 0 | 0.05 | 261.96 | 0.87 | 0.56 |
| Hex | 76 | 2F | F1 | 33 | 50 | 0 | 5 | 106 | 57 | 38 |
| Octal | 166 | 57 | 361 | 63 | 120 | 0 | 5 | 406 | 127 | 70 |
| Binary | 1110110 | 101111 | 11110001 | 110011 | 1010000 | 0 | 101 | 100000110 | 1010111 | 111000 |
Color Harmonies of #762FF1
Complementary color
Monochromatic Colors of #762FF1
Black with #762FF1
Text Example
Text Example
White with #762FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762FF1; }
p { color: rgb(118,47,241); }
H1.HeaderClassName
{
color: #762FF1;
}
.AnyTagClassName
{
color: #762FF1;
}
</style>
background-color css
<style>
a { background-color: #762FF1; }
a { background-color: rgb(118,47,241); }
div.DivClassName
{
background-color: #762FF1;
}
.BgClassName
{
background-color: #762FF1;
}
</style>
border-color css
<style>
span { border-color: #762FF1; }
span { border-color: rgb(118,47,241); }
td.TdClassName
{
border-color: #762FF1;
}
.TagClassName
{
border-color: #762FF1;
}
</style>