Shades of Blue Violet #762FE4
Tints of Blue Violet #762FE4
RGB
CMYK
RGB Variations
Color information
#762FE4 (or 0x762FE4) is known color: Blue Violet. HEX triplet: 76, 2F and E4. RGB value is (118,47,228). Sum of RGB (Red+Green+Blue) = 118+47+228=393 (52% of max value = 765). Red value is 118 (46.48% from 255 or 30.03% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 228 (89.45% from 255 or 58.02% from 393); Max value from RGB is 228 - color contains mainly: blue. Hex color #762FE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762FE4 is #89D01B. Grayscale: #585858. Windows color (decimal): -9031708 or 14954358. OLE color: 14954358.
HSL color Cylindrical-coordinate representation of color #762FE4: hue angle of 263.54º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #762FE4 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 47 | 228 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.11 |
| HSL | 263.54º | 0.77% | 0.54% | - |
| HSV(B) | 263.54º | 0.79% | 0.89% | - |
| XYZ | 22.49 | 11.49 | 74.43 | - |
| YUV | 88.86 | 206.52 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 228 | 0.48 | 0.79 | 0 | 0.11 | 263.54 | 0.77 | 0.54 |
| Hex | 76 | 2F | E4 | 30 | 4F | 0 | B | 108 | 4D | 36 |
| Octal | 166 | 57 | 344 | 60 | 117 | 0 | 13 | 410 | 115 | 66 |
| Binary | 1110110 | 101111 | 11100100 | 110000 | 1001111 | 0 | 1011 | 100001000 | 1001101 | 110110 |
Color Harmonies of #762FE4
Complementary color
Monochromatic Colors of #762FE4
Black with #762FE4
Text Example
Text Example
White with #762FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762FE4; }
p { color: rgb(118,47,228); }
H1.HeaderClassName
{
color: #762FE4;
}
.AnyTagClassName
{
color: #762FE4;
}
</style>
background-color css
<style>
a { background-color: #762FE4; }
a { background-color: rgb(118,47,228); }
div.DivClassName
{
background-color: #762FE4;
}
.BgClassName
{
background-color: #762FE4;
}
</style>
border-color css
<style>
span { border-color: #762FE4; }
span { border-color: rgb(118,47,228); }
td.TdClassName
{
border-color: #762FE4;
}
.TagClassName
{
border-color: #762FE4;
}
</style>