Shades of Blue Violet #762FFB
Tints of Blue Violet #762FFB
RGB
CMYK
RGB Variations
Color information
#762FFB (or 0x762FFB) is known color: Blue Violet. HEX triplet: 76, 2F and FB. RGB value is (118,47,251). Sum of RGB (Red+Green+Blue) = 118+47+251=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #762FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762FFB is #89D004. Grayscale: #5A5A5A. Windows color (decimal): -9031685 or 16461686. OLE color: 16461686.
HSL color Cylindrical-coordinate representation of color #762FFB: hue angle of 260.88º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762FFB is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 47 | 251 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.02 |
| HSL | 260.88º | 0.96% | 0.58% | - |
| HSV(B) | 260.88º | 0.81% | 0.98% | - |
| XYZ | 25.9 | 12.85 | 92.38 | - |
| YUV | 91.49 | 218.02 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 251 | 0.53 | 0.81 | 0 | 0.02 | 260.88 | 0.96 | 0.58 |
| Hex | 76 | 2F | FB | 35 | 51 | 0 | 2 | 105 | 60 | 3A |
| Octal | 166 | 57 | 373 | 65 | 121 | 0 | 2 | 405 | 140 | 72 |
| Binary | 1110110 | 101111 | 11111011 | 110101 | 1010001 | 0 | 10 | 100000101 | 1100000 | 111010 |
Color Harmonies of #762FFB
Complementary color
Monochromatic Colors of #762FFB
Black with #762FFB
Text Example
Text Example
White with #762FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762FFB; }
p { color: rgb(118,47,251); }
H1.HeaderClassName
{
color: #762FFB;
}
.AnyTagClassName
{
color: #762FFB;
}
</style>
background-color css
<style>
a { background-color: #762FFB; }
a { background-color: rgb(118,47,251); }
div.DivClassName
{
background-color: #762FFB;
}
.BgClassName
{
background-color: #762FFB;
}
</style>
border-color css
<style>
span { border-color: #762FFB; }
span { border-color: rgb(118,47,251); }
td.TdClassName
{
border-color: #762FFB;
}
.TagClassName
{
border-color: #762FFB;
}
</style>