Shades of Blue Violet #762ED4
Tints of Blue Violet #762ED4
RGB
CMYK
RGB Variations
Color information
#762ED4 (or 0x762ED4) is known color: Blue Violet. HEX triplet: 76, 2E and D4. RGB value is (118,46,212). Sum of RGB (Red+Green+Blue) = 118+46+212=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 46 (18.36% from 255 or 12.23% from 376); Blue value is 212 (83.20% from 255 or 56.38% from 376); Max value from RGB is 212 - color contains mainly: blue. Hex color #762ED4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762ED4 is #89D12B. Grayscale: #555555. Windows color (decimal): -9031980 or 13905526. OLE color: 13905526.
HSL color Cylindrical-coordinate representation of color #762ED4: hue angle of 266.02º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #762ED4 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 46 | 212 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.17 |
| HSL | 266.02º | 0.66% | 0.51% | - |
| HSV(B) | 266.02º | 0.78% | 0.83% | - |
| XYZ | 20.33 | 10.56 | 63.25 | - |
| YUV | 86.45 | 198.85 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 212 | 0.44 | 0.78 | 0 | 0.17 | 266.02 | 0.66 | 0.51 |
| Hex | 76 | 2E | D4 | 2C | 4E | 0 | 11 | 10A | 42 | 33 |
| Octal | 166 | 56 | 324 | 54 | 116 | 0 | 21 | 412 | 102 | 63 |
| Binary | 1110110 | 101110 | 11010100 | 101100 | 1001110 | 0 | 10001 | 100001010 | 1000010 | 110011 |
Color Harmonies of #762ED4
Complementary color
Monochromatic Colors of #762ED4
Black with #762ED4
Text Example
Text Example
White with #762ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762ED4; }
p { color: rgb(118,46,212); }
H1.HeaderClassName
{
color: #762ED4;
}
.AnyTagClassName
{
color: #762ED4;
}
</style>
background-color css
<style>
a { background-color: #762ED4; }
a { background-color: rgb(118,46,212); }
div.DivClassName
{
background-color: #762ED4;
}
.BgClassName
{
background-color: #762ED4;
}
</style>
border-color css
<style>
span { border-color: #762ED4; }
span { border-color: rgb(118,46,212); }
td.TdClassName
{
border-color: #762ED4;
}
.TagClassName
{
border-color: #762ED4;
}
</style>