Shades of Blue Violet #751AEC
Tints of Blue Violet #751AEC
RGB
CMYK
RGB Variations
Color information
#751AEC (or 0x751AEC) is known color: Blue Violet. HEX triplet: 75, 1A and EC. RGB value is (117,26,236). Sum of RGB (Red+Green+Blue) = 117+26+236=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #751AEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751AEC is #8AE513. Grayscale: #4C4C4C. Windows color (decimal): -9102612 or 15473269. OLE color: 15473269.
HSL color Cylindrical-coordinate representation of color #751AEC: hue angle of 266º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #751AEC is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 26 | 236 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.07 |
| HSL | 266º | 0.85% | 0.51% | - |
| HSV(B) | 266º | 0.89% | 0.93% | - |
| XYZ | 22.85 | 10.58 | 80.19 | - |
| YUV | 77.15 | 217.65 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 26 | 236 | 0.50 | 0.89 | 0 | 0.07 | 266 | 0.85 | 0.51 |
| Hex | 75 | 1A | EC | 32 | 59 | 0 | 7 | 10A | 55 | 33 |
| Octal | 165 | 32 | 354 | 62 | 131 | 0 | 7 | 412 | 125 | 63 |
| Binary | 1110101 | 11010 | 11101100 | 110010 | 1011001 | 0 | 111 | 100001010 | 1010101 | 110011 |
Color Harmonies of #751AEC
Complementary color
Monochromatic Colors of #751AEC
Black with #751AEC
Text Example
Text Example
White with #751AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751AEC; }
p { color: rgb(117,26,236); }
H1.HeaderClassName
{
color: #751AEC;
}
.AnyTagClassName
{
color: #751AEC;
}
</style>
background-color css
<style>
a { background-color: #751AEC; }
a { background-color: rgb(117,26,236); }
div.DivClassName
{
background-color: #751AEC;
}
.BgClassName
{
background-color: #751AEC;
}
</style>
border-color css
<style>
span { border-color: #751AEC; }
span { border-color: rgb(117,26,236); }
td.TdClassName
{
border-color: #751AEC;
}
.TagClassName
{
border-color: #751AEC;
}
</style>