Shades of Dark Violet #750BC6
Tints of Dark Violet #750BC6
RGB
CMYK
RGB Variations
Color information
#750BC6 (or 0x750BC6) is known color: Dark Violet. HEX triplet: 75, 0B and C6. RGB value is (117,11,198). Sum of RGB (Red+Green+Blue) = 117+11+198=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 198 (77.73% from 255 or 60.74% from 326); Max value from RGB is 198 - color contains mainly: blue. Hex color #750BC6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BC6 is #8AF439. Grayscale: #3F3F3F. Windows color (decimal): -9106490 or 12979061. OLE color: 12979061.
HSL color Cylindrical-coordinate representation of color #750BC6: hue angle of 274.01º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750BC6 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 11 | 198 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.22 |
| HSL | 274.01º | 0.89% | 0.41% | - |
| HSV(B) | 274.01º | 0.94% | 0.78% | - |
| XYZ | 17.65 | 8.1 | 54.06 | - |
| YUV | 64.01 | 203.62 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 198 | 0.41 | 0.94 | 0 | 0.22 | 274.01 | 0.89 | 0.41 |
| Hex | 75 | B | C6 | 29 | 5E | 0 | 16 | 112 | 59 | 29 |
| Octal | 165 | 13 | 306 | 51 | 136 | 0 | 26 | 422 | 131 | 51 |
| Binary | 1110101 | 1011 | 11000110 | 101001 | 1011110 | 0 | 10110 | 100010010 | 1011001 | 101001 |
Color Harmonies of #750BC6
Complementary color
Monochromatic Colors of #750BC6
Black with #750BC6
Text Example
Text Example
White with #750BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BC6; }
p { color: rgb(117,11,198); }
H1.HeaderClassName
{
color: #750BC6;
}
.AnyTagClassName
{
color: #750BC6;
}
</style>
background-color css
<style>
a { background-color: #750BC6; }
a { background-color: rgb(117,11,198); }
div.DivClassName
{
background-color: #750BC6;
}
.BgClassName
{
background-color: #750BC6;
}
</style>
border-color css
<style>
span { border-color: #750BC6; }
span { border-color: rgb(117,11,198); }
td.TdClassName
{
border-color: #750BC6;
}
.TagClassName
{
border-color: #750BC6;
}
</style>