Shades of Dark Violet #750CBD
Tints of Dark Violet #750CBD
RGB
CMYK
RGB Variations
Color information
#750CBD (or 0x750CBD) is known color: Dark Violet. HEX triplet: 75, 0C and BD. RGB value is (117,12,189). Sum of RGB (Red+Green+Blue) = 117+12+189=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #750CBD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CBD is #8AF342. Grayscale: #3E3E3E. Windows color (decimal): -9106243 or 12389493. OLE color: 12389493.
HSL color Cylindrical-coordinate representation of color #750CBD: hue angle of 275.59º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750CBD is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 117 | 12 | 189 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.26 |
| HSL | 275.59º | 0.88% | 0.39% | - |
| HSV(B) | 275.59º | 0.94% | 0.74% | - |
| XYZ | 16.65 | 7.72 | 48.76 | - |
| YUV | 63.57 | 198.79 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 189 | 0.38 | 0.94 | 0 | 0.26 | 275.59 | 0.88 | 0.39 |
| Hex | 75 | C | BD | 26 | 5E | 0 | 1A | 114 | 58 | 27 |
| Octal | 165 | 14 | 275 | 46 | 136 | 0 | 32 | 424 | 130 | 47 |
| Binary | 1110101 | 1100 | 10111101 | 100110 | 1011110 | 0 | 11010 | 100010100 | 1011000 | 100111 |
Color Harmonies of #750CBD
Complementary color
Monochromatic Colors of #750CBD
Black with #750CBD
Text Example
Text Example
White with #750CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CBD; }
p { color: rgb(117,12,189); }
H1.HeaderClassName
{
color: #750CBD;
}
.AnyTagClassName
{
color: #750CBD;
}
</style>
background-color css
<style>
a { background-color: #750CBD; }
a { background-color: rgb(117,12,189); }
div.DivClassName
{
background-color: #750CBD;
}
.BgClassName
{
background-color: #750CBD;
}
</style>
border-color css
<style>
span { border-color: #750CBD; }
span { border-color: rgb(117,12,189); }
td.TdClassName
{
border-color: #750CBD;
}
.TagClassName
{
border-color: #750CBD;
}
</style>