Shades of Dark Violet #750BBA
Tints of Dark Violet #750BBA
RGB
CMYK
RGB Variations
Color information
#750BBA (or 0x750BBA) is known color: Dark Violet. HEX triplet: 75, 0B and BA. RGB value is (117,11,186). Sum of RGB (Red+Green+Blue) = 117+11+186=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #750BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BBA is #8AF445. Grayscale: #3E3E3E. Windows color (decimal): -9106502 or 12192629. OLE color: 12192629.
HSL color Cylindrical-coordinate representation of color #750BBA: hue angle of 276.34º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750BBA is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 11 | 186 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.27 |
| HSL | 276.34º | 0.89% | 0.39% | - |
| HSV(B) | 276.34º | 0.94% | 0.73% | - |
| XYZ | 16.32 | 7.57 | 47.05 | - |
| YUV | 62.64 | 197.62 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 186 | 0.37 | 0.94 | 0 | 0.27 | 276.34 | 0.89 | 0.39 |
| Hex | 75 | B | BA | 25 | 5E | 0 | 1B | 114 | 59 | 27 |
| Octal | 165 | 13 | 272 | 45 | 136 | 0 | 33 | 424 | 131 | 47 |
| Binary | 1110101 | 1011 | 10111010 | 100101 | 1011110 | 0 | 11011 | 100010100 | 1011001 | 100111 |
Color Harmonies of #750BBA
Complementary color
Monochromatic Colors of #750BBA
Black with #750BBA
Text Example
Text Example
White with #750BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BBA; }
p { color: rgb(117,11,186); }
H1.HeaderClassName
{
color: #750BBA;
}
.AnyTagClassName
{
color: #750BBA;
}
</style>
background-color css
<style>
a { background-color: #750BBA; }
a { background-color: rgb(117,11,186); }
div.DivClassName
{
background-color: #750BBA;
}
.BgClassName
{
background-color: #750BBA;
}
</style>
border-color css
<style>
span { border-color: #750BBA; }
span { border-color: rgb(117,11,186); }
td.TdClassName
{
border-color: #750BBA;
}
.TagClassName
{
border-color: #750BBA;
}
</style>