Shades of Dark Violet #750ABB
Tints of Dark Violet #750ABB
RGB
CMYK
RGB Variations
Color information
#750ABB (or 0x750ABB) is known color: Dark Violet. HEX triplet: 75, 0A and BB. RGB value is (117,10,187). Sum of RGB (Red+Green+Blue) = 117+10+187=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #750ABB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ABB is #8AF544. Grayscale: #3D3D3D. Windows color (decimal): -9106757 or 12257909. OLE color: 12257909.
HSL color Cylindrical-coordinate representation of color #750ABB: hue angle of 276.27º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750ABB is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 117 | 10 | 187 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.27 |
| HSL | 276.27º | 0.9% | 0.39% | - |
| HSV(B) | 276.27º | 0.95% | 0.73% | - |
| XYZ | 16.41 | 7.59 | 47.61 | - |
| YUV | 62.17 | 198.45 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 187 | 0.37 | 0.95 | 0 | 0.27 | 276.27 | 0.9 | 0.39 |
| Hex | 75 | A | BB | 25 | 5F | 0 | 1B | 114 | 5A | 27 |
| Octal | 165 | 12 | 273 | 45 | 137 | 0 | 33 | 424 | 132 | 47 |
| Binary | 1110101 | 1010 | 10111011 | 100101 | 1011111 | 0 | 11011 | 100010100 | 1011010 | 100111 |
Color Harmonies of #750ABB
Complementary color
Monochromatic Colors of #750ABB
Black with #750ABB
Text Example
Text Example
White with #750ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750ABB; }
p { color: rgb(117,10,187); }
H1.HeaderClassName
{
color: #750ABB;
}
.AnyTagClassName
{
color: #750ABB;
}
</style>
background-color css
<style>
a { background-color: #750ABB; }
a { background-color: rgb(117,10,187); }
div.DivClassName
{
background-color: #750ABB;
}
.BgClassName
{
background-color: #750ABB;
}
</style>
border-color css
<style>
span { border-color: #750ABB; }
span { border-color: rgb(117,10,187); }
td.TdClassName
{
border-color: #750ABB;
}
.TagClassName
{
border-color: #750ABB;
}
</style>