Shades of Blue Violet #762FFC
Tints of Blue Violet #762FFC
RGB
CMYK
RGB Variations
Color information
#762FFC (or 0x762FFC) is known color: Blue Violet. HEX triplet: 76, 2F and FC. RGB value is (118,47,252). Sum of RGB (Red+Green+Blue) = 118+47+252=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #762FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #762FFC is #89D003. Grayscale: #5A5A5A. Windows color (decimal): -9031684 or 16527222. OLE color: 16527222.
HSL color Cylindrical-coordinate representation of color #762FFC: hue angle of 260.78º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #762FFC is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 47 | 252 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.01 |
| HSL | 260.78º | 0.97% | 0.59% | - |
| HSV(B) | 260.78º | 0.81% | 0.99% | - |
| XYZ | 26.06 | 12.91 | 93.21 | - |
| YUV | 91.6 | 218.52 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 252 | 0.53 | 0.81 | 0 | 0.01 | 260.78 | 0.97 | 0.59 |
| Hex | 76 | 2F | FC | 35 | 51 | 0 | 1 | 105 | 61 | 3B |
| Octal | 166 | 57 | 374 | 65 | 121 | 0 | 1 | 405 | 141 | 73 |
| Binary | 1110110 | 101111 | 11111100 | 110101 | 1010001 | 0 | 1 | 100000101 | 1100001 | 111011 |
Color Harmonies of #762FFC
Complementary color
Monochromatic Colors of #762FFC
Black with #762FFC
Text Example
Text Example
White with #762FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762FFC; }
p { color: rgb(118,47,252); }
H1.HeaderClassName
{
color: #762FFC;
}
.AnyTagClassName
{
color: #762FFC;
}
</style>
background-color css
<style>
a { background-color: #762FFC; }
a { background-color: rgb(118,47,252); }
div.DivClassName
{
background-color: #762FFC;
}
.BgClassName
{
background-color: #762FFC;
}
</style>
border-color css
<style>
span { border-color: #762FFC; }
span { border-color: rgb(118,47,252); }
td.TdClassName
{
border-color: #762FFC;
}
.TagClassName
{
border-color: #762FFC;
}
</style>