Shades of Blue Violet #751EEE
Tints of Blue Violet #751EEE
RGB
CMYK
RGB Variations
Color information
#751EEE (or 0x751EEE) is known color: Blue Violet. HEX triplet: 75, 1E and EE. RGB value is (117,30,238). Sum of RGB (Red+Green+Blue) = 117+30+238=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 30 (12.11% from 255 or 7.79% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #751EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751EEE is #8AE111. Grayscale: #4E4E4E. Windows color (decimal): -9101586 or 15605365. OLE color: 15605365.
HSL color Cylindrical-coordinate representation of color #751EEE: hue angle of 265.1º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751EEE is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 30 | 238 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.07 |
| HSL | 265.1º | 0.86% | 0.53% | - |
| HSV(B) | 265.1º | 0.87% | 0.93% | - |
| XYZ | 23.23 | 10.88 | 81.77 | - |
| YUV | 79.73 | 217.32 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 238 | 0.51 | 0.87 | 0 | 0.07 | 265.1 | 0.86 | 0.53 |
| Hex | 75 | 1E | EE | 33 | 57 | 0 | 7 | 109 | 56 | 35 |
| Octal | 165 | 36 | 356 | 63 | 127 | 0 | 7 | 411 | 126 | 65 |
| Binary | 1110101 | 11110 | 11101110 | 110011 | 1010111 | 0 | 111 | 100001001 | 1010110 | 110101 |
Color Harmonies of #751EEE
Complementary color
Monochromatic Colors of #751EEE
Black with #751EEE
Text Example
Text Example
White with #751EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751EEE; }
p { color: rgb(117,30,238); }
H1.HeaderClassName
{
color: #751EEE;
}
.AnyTagClassName
{
color: #751EEE;
}
</style>
background-color css
<style>
a { background-color: #751EEE; }
a { background-color: rgb(117,30,238); }
div.DivClassName
{
background-color: #751EEE;
}
.BgClassName
{
background-color: #751EEE;
}
</style>
border-color css
<style>
span { border-color: #751EEE; }
span { border-color: rgb(117,30,238); }
td.TdClassName
{
border-color: #751EEE;
}
.TagClassName
{
border-color: #751EEE;
}
</style>