Shades of Blue Violet #751CE1
Tints of Blue Violet #751CE1
RGB
CMYK
RGB Variations
Color information
#751CE1 (or 0x751CE1) is known color: Blue Violet. HEX triplet: 75, 1C and E1. RGB value is (117,28,225). Sum of RGB (Red+Green+Blue) = 117+28+225=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 28 (11.33% from 255 or 7.57% from 370); Blue value is 225 (88.28% from 255 or 60.81% from 370); Max value from RGB is 225 - color contains mainly: blue. Hex color #751CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751CE1 is #8AE31E. Grayscale: #4C4C4C. Windows color (decimal): -9102111 or 14752885. OLE color: 14752885.
HSL color Cylindrical-coordinate representation of color #751CE1: hue angle of 267.11º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751CE1 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 28 | 225 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.12 |
| HSL | 267.11º | 0.78% | 0.5% | - |
| HSV(B) | 267.11º | 0.88% | 0.88% | - |
| XYZ | 21.34 | 10.05 | 72.05 | - |
| YUV | 77.07 | 211.49 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 225 | 0.48 | 0.88 | 0 | 0.12 | 267.11 | 0.78 | 0.5 |
| Hex | 75 | 1C | E1 | 30 | 58 | 0 | C | 10B | 4E | 32 |
| Octal | 165 | 34 | 341 | 60 | 130 | 0 | 14 | 413 | 116 | 62 |
| Binary | 1110101 | 11100 | 11100001 | 110000 | 1011000 | 0 | 1100 | 100001011 | 1001110 | 110010 |
Color Harmonies of #751CE1
Complementary color
Monochromatic Colors of #751CE1
Black with #751CE1
Text Example
Text Example
White with #751CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751CE1; }
p { color: rgb(117,28,225); }
H1.HeaderClassName
{
color: #751CE1;
}
.AnyTagClassName
{
color: #751CE1;
}
</style>
background-color css
<style>
a { background-color: #751CE1; }
a { background-color: rgb(117,28,225); }
div.DivClassName
{
background-color: #751CE1;
}
.BgClassName
{
background-color: #751CE1;
}
</style>
border-color css
<style>
span { border-color: #751CE1; }
span { border-color: rgb(117,28,225); }
td.TdClassName
{
border-color: #751CE1;
}
.TagClassName
{
border-color: #751CE1;
}
</style>