Shades of Blue Violet #751BDE
Tints of Blue Violet #751BDE
RGB
CMYK
RGB Variations
Color information
#751BDE (or 0x751BDE) is known color: Blue Violet. HEX triplet: 75, 1B and DE. RGB value is (117,27,222). Sum of RGB (Red+Green+Blue) = 117+27+222=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #751BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751BDE is #8AE421. Grayscale: #4B4B4B. Windows color (decimal): -9102370 or 14556021. OLE color: 14556021.
HSL color Cylindrical-coordinate representation of color #751BDE: hue angle of 267.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751BDE is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 27 | 222 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.13 |
| HSL | 267.69º | 0.78% | 0.49% | - |
| HSV(B) | 267.69º | 0.88% | 0.87% | - |
| XYZ | 20.91 | 9.84 | 69.9 | - |
| YUV | 76.14 | 210.32 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 27 | 222 | 0.47 | 0.88 | 0 | 0.13 | 267.69 | 0.78 | 0.49 |
| Hex | 75 | 1B | DE | 2F | 58 | 0 | D | 10C | 4E | 31 |
| Octal | 165 | 33 | 336 | 57 | 130 | 0 | 15 | 414 | 116 | 61 |
| Binary | 1110101 | 11011 | 11011110 | 101111 | 1011000 | 0 | 1101 | 100001100 | 1001110 | 110001 |
Color Harmonies of #751BDE
Complementary color
Monochromatic Colors of #751BDE
Black with #751BDE
Text Example
Text Example
White with #751BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751BDE; }
p { color: rgb(117,27,222); }
H1.HeaderClassName
{
color: #751BDE;
}
.AnyTagClassName
{
color: #751BDE;
}
</style>
background-color css
<style>
a { background-color: #751BDE; }
a { background-color: rgb(117,27,222); }
div.DivClassName
{
background-color: #751BDE;
}
.BgClassName
{
background-color: #751BDE;
}
</style>
border-color css
<style>
span { border-color: #751BDE; }
span { border-color: rgb(117,27,222); }
td.TdClassName
{
border-color: #751BDE;
}
.TagClassName
{
border-color: #751BDE;
}
</style>