Shades of Dark Violet #750BCF
Tints of Dark Violet #750BCF
RGB
CMYK
RGB Variations
Color information
#750BCF (or 0x750BCF) is known color: Dark Violet. HEX triplet: 75, 0B and CF. RGB value is (117,11,207). Sum of RGB (Red+Green+Blue) = 117+11+207=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #750BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BCF is #8AF430. Grayscale: #404040. Windows color (decimal): -9106481 or 13568885. OLE color: 13568885.
HSL color Cylindrical-coordinate representation of color #750BCF: hue angle of 272.45º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750BCF is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 11 | 207 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.19 |
| HSL | 272.45º | 0.9% | 0.43% | - |
| HSV(B) | 272.45º | 0.95% | 0.81% | - |
| XYZ | 18.72 | 8.53 | 59.69 | - |
| YUV | 65.04 | 208.12 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 11 | 207 | 0.43 | 0.95 | 0 | 0.19 | 272.45 | 0.9 | 0.43 |
| Hex | 75 | B | CF | 2B | 5F | 0 | 13 | 110 | 5A | 2B |
| Octal | 165 | 13 | 317 | 53 | 137 | 0 | 23 | 420 | 132 | 53 |
| Binary | 1110101 | 1011 | 11001111 | 101011 | 1011111 | 0 | 10011 | 100010000 | 1011010 | 101011 |
Color Harmonies of #750BCF
Complementary color
Monochromatic Colors of #750BCF
Black with #750BCF
Text Example
Text Example
White with #750BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750BCF; }
p { color: rgb(117,11,207); }
H1.HeaderClassName
{
color: #750BCF;
}
.AnyTagClassName
{
color: #750BCF;
}
</style>
background-color css
<style>
a { background-color: #750BCF; }
a { background-color: rgb(117,11,207); }
div.DivClassName
{
background-color: #750BCF;
}
.BgClassName
{
background-color: #750BCF;
}
</style>
border-color css
<style>
span { border-color: #750BCF; }
span { border-color: rgb(117,11,207); }
td.TdClassName
{
border-color: #750BCF;
}
.TagClassName
{
border-color: #750BCF;
}
</style>