Shades of Blue Violet #761FEA
Tints of Blue Violet #761FEA
RGB
CMYK
RGB Variations
Color information
#761FEA (or 0x761FEA) is known color: Blue Violet. HEX triplet: 76, 1F and EA. RGB value is (118,31,234). Sum of RGB (Red+Green+Blue) = 118+31+234=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 234 (91.80% from 255 or 61.10% from 383); Max value from RGB is 234 - color contains mainly: blue. Hex color #761FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761FEA is #89E015. Grayscale: #4F4F4F. Windows color (decimal): -9035798 or 15343478. OLE color: 15343478.
HSL color Cylindrical-coordinate representation of color #761FEA: hue angle of 265.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #761FEA is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 31 | 234 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.08 |
| HSL | 265.71º | 0.83% | 0.52% | - |
| HSV(B) | 265.71º | 0.87% | 0.92% | - |
| XYZ | 22.81 | 10.77 | 78.72 | - |
| YUV | 80.16 | 214.82 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 31 | 234 | 0.50 | 0.87 | 0 | 0.08 | 265.71 | 0.83 | 0.52 |
| Hex | 76 | 1F | EA | 32 | 57 | 0 | 8 | 10A | 53 | 34 |
| Octal | 166 | 37 | 352 | 62 | 127 | 0 | 10 | 412 | 123 | 64 |
| Binary | 1110110 | 11111 | 11101010 | 110010 | 1010111 | 0 | 1000 | 100001010 | 1010011 | 110100 |
Color Harmonies of #761FEA
Complementary color
Monochromatic Colors of #761FEA
Black with #761FEA
Text Example
Text Example
White with #761FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761FEA; }
p { color: rgb(118,31,234); }
H1.HeaderClassName
{
color: #761FEA;
}
.AnyTagClassName
{
color: #761FEA;
}
</style>
background-color css
<style>
a { background-color: #761FEA; }
a { background-color: rgb(118,31,234); }
div.DivClassName
{
background-color: #761FEA;
}
.BgClassName
{
background-color: #761FEA;
}
</style>
border-color css
<style>
span { border-color: #761FEA; }
span { border-color: rgb(118,31,234); }
td.TdClassName
{
border-color: #761FEA;
}
.TagClassName
{
border-color: #761FEA;
}
</style>