Shades of Blue Violet #762BF5
Tints of Blue Violet #762BF5
RGB
CMYK
RGB Variations
Color information
#762BF5 (or 0x762BF5) is known color: Blue Violet. HEX triplet: 76, 2B and F5. RGB value is (118,43,245). Sum of RGB (Red+Green+Blue) = 118+43+245=406 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.06% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 245 (96.09% from 255 or 60.34% from 406); Max value from RGB is 245 - color contains mainly: blue. Hex color #762BF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762BF5 is #89D40A. Grayscale: #575757. Windows color (decimal): -9032715 or 16067446. OLE color: 16067446.
HSL color Cylindrical-coordinate representation of color #762BF5: hue angle of 262.28º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #762BF5 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 43 | 245 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.04 |
| HSL | 262.28º | 0.91% | 0.56% | - |
| HSV(B) | 262.28º | 0.82% | 0.96% | - |
| XYZ | 24.82 | 12.17 | 87.43 | - |
| YUV | 88.45 | 216.35 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 245 | 0.52 | 0.82 | 0 | 0.04 | 262.28 | 0.91 | 0.56 |
| Hex | 76 | 2B | F5 | 34 | 52 | 0 | 4 | 106 | 5B | 38 |
| Octal | 166 | 53 | 365 | 64 | 122 | 0 | 4 | 406 | 133 | 70 |
| Binary | 1110110 | 101011 | 11110101 | 110100 | 1010010 | 0 | 100 | 100000110 | 1011011 | 111000 |
Color Harmonies of #762BF5
Complementary color
Monochromatic Colors of #762BF5
Black with #762BF5
Text Example
Text Example
White with #762BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762BF5; }
p { color: rgb(118,43,245); }
H1.HeaderClassName
{
color: #762BF5;
}
.AnyTagClassName
{
color: #762BF5;
}
</style>
background-color css
<style>
a { background-color: #762BF5; }
a { background-color: rgb(118,43,245); }
div.DivClassName
{
background-color: #762BF5;
}
.BgClassName
{
background-color: #762BF5;
}
</style>
border-color css
<style>
span { border-color: #762BF5; }
span { border-color: rgb(118,43,245); }
td.TdClassName
{
border-color: #762BF5;
}
.TagClassName
{
border-color: #762BF5;
}
</style>