Shades of Blue Violet #762BFA
Tints of Blue Violet #762BFA
RGB
CMYK
RGB Variations
Color information
#762BFA (or 0x762BFA) is known color: Blue Violet. HEX triplet: 76, 2B and FA. RGB value is (118,43,250). Sum of RGB (Red+Green+Blue) = 118+43+250=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #762BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762BFA is #89D405. Grayscale: #585858. Windows color (decimal): -9032710 or 16395126. OLE color: 16395126.
HSL color Cylindrical-coordinate representation of color #762BFA: hue angle of 261.74º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #762BFA is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 43 | 250 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.02 |
| HSL | 261.74º | 0.95% | 0.57% | - |
| HSV(B) | 261.74º | 0.83% | 0.98% | - |
| XYZ | 25.59 | 12.48 | 91.5 | - |
| YUV | 89.02 | 218.85 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 250 | 0.53 | 0.83 | 0 | 0.02 | 261.74 | 0.95 | 0.57 |
| Hex | 76 | 2B | FA | 35 | 53 | 0 | 2 | 106 | 5F | 39 |
| Octal | 166 | 53 | 372 | 65 | 123 | 0 | 2 | 406 | 137 | 71 |
| Binary | 1110110 | 101011 | 11111010 | 110101 | 1010011 | 0 | 10 | 100000110 | 1011111 | 111001 |
Color Harmonies of #762BFA
Complementary color
Monochromatic Colors of #762BFA
Black with #762BFA
Text Example
Text Example
White with #762BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762BFA; }
p { color: rgb(118,43,250); }
H1.HeaderClassName
{
color: #762BFA;
}
.AnyTagClassName
{
color: #762BFA;
}
</style>
background-color css
<style>
a { background-color: #762BFA; }
a { background-color: rgb(118,43,250); }
div.DivClassName
{
background-color: #762BFA;
}
.BgClassName
{
background-color: #762BFA;
}
</style>
border-color css
<style>
span { border-color: #762BFA; }
span { border-color: rgb(118,43,250); }
td.TdClassName
{
border-color: #762BFA;
}
.TagClassName
{
border-color: #762BFA;
}
</style>