Shades of Blue Violet #751CEF
Tints of Blue Violet #751CEF
RGB
CMYK
RGB Variations
Color information
#751CEF (or 0x751CEF) is known color: Blue Violet. HEX triplet: 75, 1C and EF. RGB value is (117,28,239). Sum of RGB (Red+Green+Blue) = 117+28+239=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #751CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751CEF is #8AE310. Grayscale: #4D4D4D. Windows color (decimal): -9102097 or 15670389. OLE color: 15670389.
HSL color Cylindrical-coordinate representation of color #751CEF: hue angle of 265.31º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751CEF is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 28 | 239 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.06 |
| HSL | 265.31º | 0.87% | 0.52% | - |
| HSV(B) | 265.31º | 0.88% | 0.94% | - |
| XYZ | 23.33 | 10.84 | 82.52 | - |
| YUV | 78.67 | 218.49 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 239 | 0.51 | 0.88 | 0 | 0.06 | 265.31 | 0.87 | 0.52 |
| Hex | 75 | 1C | EF | 33 | 58 | 0 | 6 | 109 | 57 | 34 |
| Octal | 165 | 34 | 357 | 63 | 130 | 0 | 6 | 411 | 127 | 64 |
| Binary | 1110101 | 11100 | 11101111 | 110011 | 1011000 | 0 | 110 | 100001001 | 1010111 | 110100 |
Color Harmonies of #751CEF
Complementary color
Monochromatic Colors of #751CEF
Black with #751CEF
Text Example
Text Example
White with #751CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751CEF; }
p { color: rgb(117,28,239); }
H1.HeaderClassName
{
color: #751CEF;
}
.AnyTagClassName
{
color: #751CEF;
}
</style>
background-color css
<style>
a { background-color: #751CEF; }
a { background-color: rgb(117,28,239); }
div.DivClassName
{
background-color: #751CEF;
}
.BgClassName
{
background-color: #751CEF;
}
</style>
border-color css
<style>
span { border-color: #751CEF; }
span { border-color: rgb(117,28,239); }
td.TdClassName
{
border-color: #751CEF;
}
.TagClassName
{
border-color: #751CEF;
}
</style>