Shades of Blue Violet #762CFC
Tints of Blue Violet #762CFC
RGB
CMYK
RGB Variations
Color information
#762CFC (or 0x762CFC) is known color: Blue Violet. HEX triplet: 76, 2C and FC. RGB value is (118,44,252). Sum of RGB (Red+Green+Blue) = 118+44+252=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 44 (17.58% from 255 or 10.63% from 414); Blue value is 252 (98.83% from 255 or 60.87% from 414); Max value from RGB is 252 - color contains mainly: blue. Hex color #762CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762CFC is #89D303. Grayscale: #595959. Windows color (decimal): -9032452 or 16526454. OLE color: 16526454.
HSL color Cylindrical-coordinate representation of color #762CFC: hue angle of 261.35º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #762CFC is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 44 | 252 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.01 |
| HSL | 261.35º | 0.97% | 0.58% | - |
| HSV(B) | 261.35º | 0.83% | 0.99% | - |
| XYZ | 25.94 | 12.68 | 93.18 | - |
| YUV | 89.84 | 219.52 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 252 | 0.53 | 0.83 | 0 | 0.01 | 261.35 | 0.97 | 0.58 |
| Hex | 76 | 2C | FC | 35 | 53 | 0 | 1 | 105 | 61 | 3A |
| Octal | 166 | 54 | 374 | 65 | 123 | 0 | 1 | 405 | 141 | 72 |
| Binary | 1110110 | 101100 | 11111100 | 110101 | 1010011 | 0 | 1 | 100000101 | 1100001 | 111010 |
Color Harmonies of #762CFC
Complementary color
Monochromatic Colors of #762CFC
Black with #762CFC
Text Example
Text Example
White with #762CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762CFC; }
p { color: rgb(118,44,252); }
H1.HeaderClassName
{
color: #762CFC;
}
.AnyTagClassName
{
color: #762CFC;
}
</style>
background-color css
<style>
a { background-color: #762CFC; }
a { background-color: rgb(118,44,252); }
div.DivClassName
{
background-color: #762CFC;
}
.BgClassName
{
background-color: #762CFC;
}
</style>
border-color css
<style>
span { border-color: #762CFC; }
span { border-color: rgb(118,44,252); }
td.TdClassName
{
border-color: #762CFC;
}
.TagClassName
{
border-color: #762CFC;
}
</style>