Shades of Dark Violet #750CBF
Tints of Dark Violet #750CBF
RGB
CMYK
RGB Variations
Color information
#750CBF (or 0x750CBF) is known color: Dark Violet. HEX triplet: 75, 0C and BF. RGB value is (117,12,191). Sum of RGB (Red+Green+Blue) = 117+12+191=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #750CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CBF is #8AF340. Grayscale: #3F3F3F. Windows color (decimal): -9106241 or 12520565. OLE color: 12520565.
HSL color Cylindrical-coordinate representation of color #750CBF: hue angle of 275.2º degrees, saturation: 0.88, 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 #750CBF is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 12 | 191 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.25 |
| HSL | 275.2º | 0.88% | 0.4% | - |
| HSV(B) | 275.2º | 0.94% | 0.75% | - |
| XYZ | 16.87 | 7.81 | 49.91 | - |
| YUV | 63.8 | 199.79 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 191 | 0.39 | 0.94 | 0 | 0.25 | 275.2 | 0.88 | 0.4 |
| Hex | 75 | C | BF | 27 | 5E | 0 | 19 | 113 | 58 | 28 |
| Octal | 165 | 14 | 277 | 47 | 136 | 0 | 31 | 423 | 130 | 50 |
| Binary | 1110101 | 1100 | 10111111 | 100111 | 1011110 | 0 | 11001 | 100010011 | 1011000 | 101000 |
Color Harmonies of #750CBF
Complementary color
Monochromatic Colors of #750CBF
Black with #750CBF
Text Example
Text Example
White with #750CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CBF; }
p { color: rgb(117,12,191); }
H1.HeaderClassName
{
color: #750CBF;
}
.AnyTagClassName
{
color: #750CBF;
}
</style>
background-color css
<style>
a { background-color: #750CBF; }
a { background-color: rgb(117,12,191); }
div.DivClassName
{
background-color: #750CBF;
}
.BgClassName
{
background-color: #750CBF;
}
</style>
border-color css
<style>
span { border-color: #750CBF; }
span { border-color: rgb(117,12,191); }
td.TdClassName
{
border-color: #750CBF;
}
.TagClassName
{
border-color: #750CBF;
}
</style>