Shades of Blue Violet #760FE4
Tints of Blue Violet #760FE4
RGB
CMYK
RGB Variations
Color information
#760FE4 (or 0x760FE4) is known color: Blue Violet. HEX triplet: 76, 0F and E4. RGB value is (118,15,228). Sum of RGB (Red+Green+Blue) = 118+15+228=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 228 (89.45% from 255 or 63.16% from 361); Max value from RGB is 228 - color contains mainly: blue. Hex color #760FE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760FE4 is #89F01B. Grayscale: #454545. Windows color (decimal): -9039900 or 14946166. OLE color: 14946166.
HSL color Cylindrical-coordinate representation of color #760FE4: hue angle of 269.01º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760FE4 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 15 | 228 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.11 |
| HSL | 269.01º | 0.88% | 0.48% | - |
| HSV(B) | 269.01º | 0.93% | 0.89% | - |
| XYZ | 21.65 | 9.79 | 74.15 | - |
| YUV | 70.08 | 217.12 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 228 | 0.48 | 0.93 | 0 | 0.11 | 269.01 | 0.88 | 0.48 |
| Hex | 76 | F | E4 | 30 | 5D | 0 | B | 10D | 58 | 30 |
| Octal | 166 | 17 | 344 | 60 | 135 | 0 | 13 | 415 | 130 | 60 |
| Binary | 1110110 | 1111 | 11100100 | 110000 | 1011101 | 0 | 1011 | 100001101 | 1011000 | 110000 |
Color Harmonies of #760FE4
Complementary color
Monochromatic Colors of #760FE4
Black with #760FE4
Text Example
Text Example
White with #760FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760FE4; }
p { color: rgb(118,15,228); }
H1.HeaderClassName
{
color: #760FE4;
}
.AnyTagClassName
{
color: #760FE4;
}
</style>
background-color css
<style>
a { background-color: #760FE4; }
a { background-color: rgb(118,15,228); }
div.DivClassName
{
background-color: #760FE4;
}
.BgClassName
{
background-color: #760FE4;
}
</style>
border-color css
<style>
span { border-color: #760FE4; }
span { border-color: rgb(118,15,228); }
td.TdClassName
{
border-color: #760FE4;
}
.TagClassName
{
border-color: #760FE4;
}
</style>