Shades of Dark Violet #750BC0
Tints of Dark Violet #750BC0
RGB
CMYK
RGB Variations
Color information
#750BC0 (or 0x750BC0) is known color: Dark Violet. HEX triplet: 75, 0B and C0. RGB value is (117,11,192). Sum of RGB (Red+Green+Blue) = 117+11+192=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 192 (75.39% from 255 or 60% from 320); Max value from RGB is 192 - color contains mainly: blue. Hex color #750BC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BC0 is #8AF43F. Grayscale: #3E3E3E. Windows color (decimal): -9106496 or 12585845. OLE color: 12585845.
HSL color Cylindrical-coordinate representation of color #750BC0: hue angle of 275.14º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750BC0 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 11 | 192 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.25 |
| HSL | 275.14º | 0.89% | 0.4% | - |
| HSV(B) | 275.14º | 0.94% | 0.75% | - |
| XYZ | 16.97 | 7.83 | 50.49 | - |
| YUV | 63.33 | 200.62 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 192 | 0.39 | 0.94 | 0 | 0.25 | 275.14 | 0.89 | 0.4 |
| Hex | 75 | B | C0 | 27 | 5E | 0 | 19 | 113 | 59 | 28 |
| Octal | 165 | 13 | 300 | 47 | 136 | 0 | 31 | 423 | 131 | 50 |
| Binary | 1110101 | 1011 | 11000000 | 100111 | 1011110 | 0 | 11001 | 100010011 | 1011001 | 101000 |
Color Harmonies of #750BC0
Complementary color
Monochromatic Colors of #750BC0
Black with #750BC0
Text Example
Text Example
White with #750BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BC0; }
p { color: rgb(117,11,192); }
H1.HeaderClassName
{
color: #750BC0;
}
.AnyTagClassName
{
color: #750BC0;
}
</style>
background-color css
<style>
a { background-color: #750BC0; }
a { background-color: rgb(117,11,192); }
div.DivClassName
{
background-color: #750BC0;
}
.BgClassName
{
background-color: #750BC0;
}
</style>
border-color css
<style>
span { border-color: #750BC0; }
span { border-color: rgb(117,11,192); }
td.TdClassName
{
border-color: #750BC0;
}
.TagClassName
{
border-color: #750BC0;
}
</style>