Shades of Blue Violet #751CF1
Tints of Blue Violet #751CF1
RGB
CMYK
RGB Variations
Color information
#751CF1 (or 0x751CF1) is known color: Blue Violet. HEX triplet: 75, 1C and F1. RGB value is (117,28,241). Sum of RGB (Red+Green+Blue) = 117+28+241=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 241 (94.53% from 255 or 62.44% from 386); Max value from RGB is 241 - color contains mainly: blue. Hex color #751CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751CF1 is #8AE30E. Grayscale: #4E4E4E. Windows color (decimal): -9102095 or 15801461. OLE color: 15801461.
HSL color Cylindrical-coordinate representation of color #751CF1: hue angle of 265.07º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751CF1 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 28 | 241 | - |
| CMYK | 0.51 | 0.88 | 0 | 0.05 |
| HSL | 265.07º | 0.88% | 0.53% | - |
| HSV(B) | 265.07º | 0.88% | 0.95% | - |
| XYZ | 23.63 | 10.96 | 84.09 | - |
| YUV | 78.89 | 219.49 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 28 | 241 | 0.51 | 0.88 | 0 | 0.05 | 265.07 | 0.88 | 0.53 |
| Hex | 75 | 1C | F1 | 33 | 58 | 0 | 5 | 109 | 58 | 35 |
| Octal | 165 | 34 | 361 | 63 | 130 | 0 | 5 | 411 | 130 | 65 |
| Binary | 1110101 | 11100 | 11110001 | 110011 | 1011000 | 0 | 101 | 100001001 | 1011000 | 110101 |
Color Harmonies of #751CF1
Complementary color
Monochromatic Colors of #751CF1
Black with #751CF1
Text Example
Text Example
White with #751CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751CF1; }
p { color: rgb(117,28,241); }
H1.HeaderClassName
{
color: #751CF1;
}
.AnyTagClassName
{
color: #751CF1;
}
</style>
background-color css
<style>
a { background-color: #751CF1; }
a { background-color: rgb(117,28,241); }
div.DivClassName
{
background-color: #751CF1;
}
.BgClassName
{
background-color: #751CF1;
}
</style>
border-color css
<style>
span { border-color: #751CF1; }
span { border-color: rgb(117,28,241); }
td.TdClassName
{
border-color: #751CF1;
}
.TagClassName
{
border-color: #751CF1;
}
</style>