Shades of Blue Violet #750BDE
Tints of Blue Violet #750BDE
RGB
CMYK
RGB Variations
Color information
#750BDE (or 0x750BDE) is known color: Blue Violet. HEX triplet: 75, 0B and DE. RGB value is (117,11,222). Sum of RGB (Red+Green+Blue) = 117+11+222=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #750BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BDE is #8AF421. Grayscale: #424242. Windows color (decimal): -9106466 or 14551925. OLE color: 14551925.
HSL color Cylindrical-coordinate representation of color #750BDE: hue angle of 270.14º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750BDE is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 11 | 222 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.13 |
| HSL | 270.14º | 0.91% | 0.46% | - |
| HSV(B) | 270.14º | 0.95% | 0.87% | - |
| XYZ | 20.64 | 9.3 | 69.81 | - |
| YUV | 66.75 | 215.62 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 222 | 0.47 | 0.95 | 0 | 0.13 | 270.14 | 0.91 | 0.46 |
| Hex | 75 | B | DE | 2F | 5F | 0 | D | 10E | 5B | 2E |
| Octal | 165 | 13 | 336 | 57 | 137 | 0 | 15 | 416 | 133 | 56 |
| Binary | 1110101 | 1011 | 11011110 | 101111 | 1011111 | 0 | 1101 | 100001110 | 1011011 | 101110 |
Color Harmonies of #750BDE
Complementary color
Monochromatic Colors of #750BDE
Black with #750BDE
Text Example
Text Example
White with #750BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BDE; }
p { color: rgb(117,11,222); }
H1.HeaderClassName
{
color: #750BDE;
}
.AnyTagClassName
{
color: #750BDE;
}
</style>
background-color css
<style>
a { background-color: #750BDE; }
a { background-color: rgb(117,11,222); }
div.DivClassName
{
background-color: #750BDE;
}
.BgClassName
{
background-color: #750BDE;
}
</style>
border-color css
<style>
span { border-color: #750BDE; }
span { border-color: rgb(117,11,222); }
td.TdClassName
{
border-color: #750BDE;
}
.TagClassName
{
border-color: #750BDE;
}
</style>