Shades of Blue Violet #751DEA
Tints of Blue Violet #751DEA
RGB
CMYK
RGB Variations
Color information
#751DEA (or 0x751DEA) is known color: Blue Violet. HEX triplet: 75, 1D and EA. RGB value is (117,29,234). Sum of RGB (Red+Green+Blue) = 117+29+234=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #751DEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751DEA is #8AE215. Grayscale: #4D4D4D. Windows color (decimal): -9101846 or 15342965. OLE color: 15342965.
HSL color Cylindrical-coordinate representation of color #751DEA: hue angle of 265.76º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751DEA is Cyan = 0.5, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 29 | 234 | - |
| CMYK | 0.5 | 0.88 | 0 | 0.08 |
| HSL | 265.76º | 0.83% | 0.52% | - |
| HSV(B) | 265.76º | 0.88% | 0.92% | - |
| XYZ | 22.63 | 10.6 | 78.7 | - |
| YUV | 78.68 | 215.65 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 234 | 0.5 | 0.88 | 0 | 0.08 | 265.76 | 0.83 | 0.52 |
| Hex | 75 | 1D | EA | 32 | 58 | 0 | 8 | 10A | 53 | 34 |
| Octal | 165 | 35 | 352 | 62 | 130 | 0 | 10 | 412 | 123 | 64 |
| Binary | 1110101 | 11101 | 11101010 | 110010 | 1011000 | 0 | 1000 | 100001010 | 1010011 | 110100 |
Color Harmonies of #751DEA
Complementary color
Monochromatic Colors of #751DEA
Black with #751DEA
Text Example
Text Example
White with #751DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751DEA; }
p { color: rgb(117,29,234); }
H1.HeaderClassName
{
color: #751DEA;
}
.AnyTagClassName
{
color: #751DEA;
}
</style>
background-color css
<style>
a { background-color: #751DEA; }
a { background-color: rgb(117,29,234); }
div.DivClassName
{
background-color: #751DEA;
}
.BgClassName
{
background-color: #751DEA;
}
</style>
border-color css
<style>
span { border-color: #751DEA; }
span { border-color: rgb(117,29,234); }
td.TdClassName
{
border-color: #751DEA;
}
.TagClassName
{
border-color: #751DEA;
}
</style>