Shades of Blue Violet #751EE8
Tints of Blue Violet #751EE8
RGB
CMYK
RGB Variations
Color information
#751EE8 (or 0x751EE8) is known color: Blue Violet. HEX triplet: 75, 1E and E8. RGB value is (117,30,232). Sum of RGB (Red+Green+Blue) = 117+30+232=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 232 (91.02% from 255 or 61.21% from 379); Max value from RGB is 232 - color contains mainly: blue. Hex color #751EE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751EE8 is #8AE117. Grayscale: #4E4E4E. Windows color (decimal): -9101592 or 15212149. OLE color: 15212149.
HSL color Cylindrical-coordinate representation of color #751EE8: hue angle of 265.84º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751EE8 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 30 | 232 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.09 |
| HSL | 265.84º | 0.81% | 0.51% | - |
| HSV(B) | 265.84º | 0.87% | 0.91% | - |
| XYZ | 22.37 | 10.54 | 77.2 | - |
| YUV | 79.04 | 214.32 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 232 | 0.50 | 0.87 | 0 | 0.09 | 265.84 | 0.81 | 0.51 |
| Hex | 75 | 1E | E8 | 32 | 57 | 0 | 9 | 10A | 51 | 33 |
| Octal | 165 | 36 | 350 | 62 | 127 | 0 | 11 | 412 | 121 | 63 |
| Binary | 1110101 | 11110 | 11101000 | 110010 | 1010111 | 0 | 1001 | 100001010 | 1010001 | 110011 |
Color Harmonies of #751EE8
Complementary color
Monochromatic Colors of #751EE8
Black with #751EE8
Text Example
Text Example
White with #751EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751EE8; }
p { color: rgb(117,30,232); }
H1.HeaderClassName
{
color: #751EE8;
}
.AnyTagClassName
{
color: #751EE8;
}
</style>
background-color css
<style>
a { background-color: #751EE8; }
a { background-color: rgb(117,30,232); }
div.DivClassName
{
background-color: #751EE8;
}
.BgClassName
{
background-color: #751EE8;
}
</style>
border-color css
<style>
span { border-color: #751EE8; }
span { border-color: rgb(117,30,232); }
td.TdClassName
{
border-color: #751EE8;
}
.TagClassName
{
border-color: #751EE8;
}
</style>