Shades of Blue Violet #751EDD
Tints of Blue Violet #751EDD
RGB
CMYK
RGB Variations
Color information
#751EDD (or 0x751EDD) is known color: Blue Violet. HEX triplet: 75, 1E and DD. RGB value is (117,30,221). Sum of RGB (Red+Green+Blue) = 117+30+221=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #751EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751EDD is #8AE122. Grayscale: #4D4D4D. Windows color (decimal): -9101603 or 14491253. OLE color: 14491253.
HSL color Cylindrical-coordinate representation of color #751EDD: hue angle of 267.33º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751EDD is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 30 | 221 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.13 |
| HSL | 267.33º | 0.76% | 0.49% | - |
| HSV(B) | 267.33º | 0.86% | 0.87% | - |
| XYZ | 20.85 | 9.93 | 69.22 | - |
| YUV | 77.79 | 208.82 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 30 | 221 | 0.47 | 0.86 | 0 | 0.13 | 267.33 | 0.76 | 0.49 |
| Hex | 75 | 1E | DD | 2F | 56 | 0 | D | 10B | 4C | 31 |
| Octal | 165 | 36 | 335 | 57 | 126 | 0 | 15 | 413 | 114 | 61 |
| Binary | 1110101 | 11110 | 11011101 | 101111 | 1010110 | 0 | 1101 | 100001011 | 1001100 | 110001 |
Color Harmonies of #751EDD
Complementary color
Monochromatic Colors of #751EDD
Black with #751EDD
Text Example
Text Example
White with #751EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751EDD; }
p { color: rgb(117,30,221); }
H1.HeaderClassName
{
color: #751EDD;
}
.AnyTagClassName
{
color: #751EDD;
}
</style>
background-color css
<style>
a { background-color: #751EDD; }
a { background-color: rgb(117,30,221); }
div.DivClassName
{
background-color: #751EDD;
}
.BgClassName
{
background-color: #751EDD;
}
</style>
border-color css
<style>
span { border-color: #751EDD; }
span { border-color: rgb(117,30,221); }
td.TdClassName
{
border-color: #751EDD;
}
.TagClassName
{
border-color: #751EDD;
}
</style>