Shades of Blue Violet #751DDE
Tints of Blue Violet #751DDE
RGB
CMYK
RGB Variations
Color information
#751DDE (or 0x751DDE) is known color: Blue Violet. HEX triplet: 75, 1D and DE. RGB value is (117,29,222). Sum of RGB (Red+Green+Blue) = 117+29+222=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 222 (87.11% from 255 or 60.33% from 368); Max value from RGB is 222 - color contains mainly: blue. Hex color #751DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DDE is #8AE221. Grayscale: #4C4C4C. Windows color (decimal): -9101858 or 14556533. OLE color: 14556533.
HSL color Cylindrical-coordinate representation of color #751DDE: hue angle of 267.36º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #751DDE is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 29 | 222 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.13 |
| HSL | 267.36º | 0.77% | 0.49% | - |
| HSV(B) | 267.36º | 0.87% | 0.87% | - |
| XYZ | 20.96 | 9.93 | 69.92 | - |
| YUV | 77.31 | 209.65 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 222 | 0.47 | 0.87 | 0 | 0.13 | 267.36 | 0.77 | 0.49 |
| Hex | 75 | 1D | DE | 2F | 57 | 0 | D | 10B | 4D | 31 |
| Octal | 165 | 35 | 336 | 57 | 127 | 0 | 15 | 413 | 115 | 61 |
| Binary | 1110101 | 11101 | 11011110 | 101111 | 1010111 | 0 | 1101 | 100001011 | 1001101 | 110001 |
Color Harmonies of #751DDE
Complementary color
Monochromatic Colors of #751DDE
Black with #751DDE
Text Example
Text Example
White with #751DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751DDE; }
p { color: rgb(117,29,222); }
H1.HeaderClassName
{
color: #751DDE;
}
.AnyTagClassName
{
color: #751DDE;
}
</style>
background-color css
<style>
a { background-color: #751DDE; }
a { background-color: rgb(117,29,222); }
div.DivClassName
{
background-color: #751DDE;
}
.BgClassName
{
background-color: #751DDE;
}
</style>
border-color css
<style>
span { border-color: #751DDE; }
span { border-color: rgb(117,29,222); }
td.TdClassName
{
border-color: #751DDE;
}
.TagClassName
{
border-color: #751DDE;
}
</style>