Shades of Blue Violet #751FEA
Tints of Blue Violet #751FEA
RGB
CMYK
RGB Variations
Color information
#751FEA (or 0x751FEA) is known color: Blue Violet. HEX triplet: 75, 1F and EA. RGB value is (117,31,234). Sum of RGB (Red+Green+Blue) = 117+31+234=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 234 (91.80% from 255 or 61.26% from 382); Max value from RGB is 234 - color contains mainly: blue. Hex color #751FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751FEA is #8AE015. Grayscale: #4F4F4F. Windows color (decimal): -9101334 or 15343477. OLE color: 15343477.
HSL color Cylindrical-coordinate representation of color #751FEA: hue angle of 265.42º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751FEA is Cyan = 0.5, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 31 | 234 | - |
| CMYK | 0.5 | 0.87 | 0 | 0.08 |
| HSL | 265.42º | 0.83% | 0.52% | - |
| HSV(B) | 265.42º | 0.87% | 0.92% | - |
| XYZ | 22.68 | 10.7 | 78.71 | - |
| YUV | 79.86 | 214.99 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 234 | 0.5 | 0.87 | 0 | 0.08 | 265.42 | 0.83 | 0.52 |
| Hex | 75 | 1F | EA | 32 | 57 | 0 | 8 | 109 | 53 | 34 |
| Octal | 165 | 37 | 352 | 62 | 127 | 0 | 10 | 411 | 123 | 64 |
| Binary | 1110101 | 11111 | 11101010 | 110010 | 1010111 | 0 | 1000 | 100001001 | 1010011 | 110100 |
Color Harmonies of #751FEA
Complementary color
Monochromatic Colors of #751FEA
Black with #751FEA
Text Example
Text Example
White with #751FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751FEA; }
p { color: rgb(117,31,234); }
H1.HeaderClassName
{
color: #751FEA;
}
.AnyTagClassName
{
color: #751FEA;
}
</style>
background-color css
<style>
a { background-color: #751FEA; }
a { background-color: rgb(117,31,234); }
div.DivClassName
{
background-color: #751FEA;
}
.BgClassName
{
background-color: #751FEA;
}
</style>
border-color css
<style>
span { border-color: #751FEA; }
span { border-color: rgb(117,31,234); }
td.TdClassName
{
border-color: #751FEA;
}
.TagClassName
{
border-color: #751FEA;
}
</style>