Shades of Dark Violet #750BBE
Tints of Dark Violet #750BBE
RGB
CMYK
RGB Variations
Color information
#750BBE (or 0x750BBE) is known color: Dark Violet. HEX triplet: 75, 0B and BE. RGB value is (117,11,190). Sum of RGB (Red+Green+Blue) = 117+11+190=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 11 (4.69% from 255 or 3.46% from 318); Blue value is 190 (74.61% from 255 or 59.75% from 318); Max value from RGB is 190 - color contains mainly: blue. Hex color #750BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BBE is #8AF441. Grayscale: #3E3E3E. Windows color (decimal): -9106498 or 12454773. OLE color: 12454773.
HSL color Cylindrical-coordinate representation of color #750BBE: hue angle of 275.53º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750BBE is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 11 | 190 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.25 |
| HSL | 275.53º | 0.89% | 0.39% | - |
| HSV(B) | 275.53º | 0.94% | 0.75% | - |
| XYZ | 16.75 | 7.74 | 49.33 | - |
| YUV | 63.1 | 199.62 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 190 | 0.38 | 0.94 | 0 | 0.25 | 275.53 | 0.89 | 0.39 |
| Hex | 75 | B | BE | 26 | 5E | 0 | 19 | 114 | 59 | 27 |
| Octal | 165 | 13 | 276 | 46 | 136 | 0 | 31 | 424 | 131 | 47 |
| Binary | 1110101 | 1011 | 10111110 | 100110 | 1011110 | 0 | 11001 | 100010100 | 1011001 | 100111 |
Color Harmonies of #750BBE
Complementary color
Monochromatic Colors of #750BBE
Black with #750BBE
Text Example
Text Example
White with #750BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BBE; }
p { color: rgb(117,11,190); }
H1.HeaderClassName
{
color: #750BBE;
}
.AnyTagClassName
{
color: #750BBE;
}
</style>
background-color css
<style>
a { background-color: #750BBE; }
a { background-color: rgb(117,11,190); }
div.DivClassName
{
background-color: #750BBE;
}
.BgClassName
{
background-color: #750BBE;
}
</style>
border-color css
<style>
span { border-color: #750BBE; }
span { border-color: rgb(117,11,190); }
td.TdClassName
{
border-color: #750BBE;
}
.TagClassName
{
border-color: #750BBE;
}
</style>