Shades of Blue Violet #751DF5
Tints of Blue Violet #751DF5
RGB
CMYK
RGB Variations
Color information
#751DF5 (or 0x751DF5) is known color: Blue Violet. HEX triplet: 75, 1D and F5. RGB value is (117,29,245). Sum of RGB (Red+Green+Blue) = 117+29+245=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 245 (96.09% from 255 or 62.66% from 391); Max value from RGB is 245 - color contains mainly: blue. Hex color #751DF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751DF5 is #8AE20A. Grayscale: #4F4F4F. Windows color (decimal): -9101835 or 16063861. OLE color: 16063861.
HSL color Cylindrical-coordinate representation of color #751DF5: hue angle of 264.44º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751DF5 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 117 | 29 | 245 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.04 |
| HSL | 264.44º | 0.92% | 0.54% | - |
| HSV(B) | 264.44º | 0.88% | 0.96% | - |
| XYZ | 24.26 | 11.25 | 87.28 | - |
| YUV | 79.94 | 221.15 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 245 | 0.52 | 0.88 | 0 | 0.04 | 264.44 | 0.92 | 0.54 |
| Hex | 75 | 1D | F5 | 34 | 58 | 0 | 4 | 108 | 5C | 36 |
| Octal | 165 | 35 | 365 | 64 | 130 | 0 | 4 | 410 | 134 | 66 |
| Binary | 1110101 | 11101 | 11110101 | 110100 | 1011000 | 0 | 100 | 100001000 | 1011100 | 110110 |
Color Harmonies of #751DF5
Complementary color
Monochromatic Colors of #751DF5
Black with #751DF5
Text Example
Text Example
White with #751DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751DF5; }
p { color: rgb(117,29,245); }
H1.HeaderClassName
{
color: #751DF5;
}
.AnyTagClassName
{
color: #751DF5;
}
</style>
background-color css
<style>
a { background-color: #751DF5; }
a { background-color: rgb(117,29,245); }
div.DivClassName
{
background-color: #751DF5;
}
.BgClassName
{
background-color: #751DF5;
}
</style>
border-color css
<style>
span { border-color: #751DF5; }
span { border-color: rgb(117,29,245); }
td.TdClassName
{
border-color: #751DF5;
}
.TagClassName
{
border-color: #751DF5;
}
</style>