Shades of Dark Violet #750CCF
Tints of Dark Violet #750CCF
RGB
CMYK
RGB Variations
Color information
#750CCF (or 0x750CCF) is known color: Dark Violet. HEX triplet: 75, 0C and CF. RGB value is (117,12,207). Sum of RGB (Red+Green+Blue) = 117+12+207=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #750CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CCF is #8AF330. Grayscale: #404040. Windows color (decimal): -9106225 or 13569141. OLE color: 13569141.
HSL color Cylindrical-coordinate representation of color #750CCF: hue angle of 272.31º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750CCF is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 12 | 207 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.19 |
| HSL | 272.31º | 0.89% | 0.43% | - |
| HSV(B) | 272.31º | 0.94% | 0.81% | - |
| XYZ | 18.73 | 8.55 | 59.69 | - |
| YUV | 65.63 | 207.79 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 207 | 0.43 | 0.94 | 0 | 0.19 | 272.31 | 0.89 | 0.43 |
| Hex | 75 | C | CF | 2B | 5E | 0 | 13 | 110 | 59 | 2B |
| Octal | 165 | 14 | 317 | 53 | 136 | 0 | 23 | 420 | 131 | 53 |
| Binary | 1110101 | 1100 | 11001111 | 101011 | 1011110 | 0 | 10011 | 100010000 | 1011001 | 101011 |
Color Harmonies of #750CCF
Complementary color
Monochromatic Colors of #750CCF
Black with #750CCF
Text Example
Text Example
White with #750CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CCF; }
p { color: rgb(117,12,207); }
H1.HeaderClassName
{
color: #750CCF;
}
.AnyTagClassName
{
color: #750CCF;
}
</style>
background-color css
<style>
a { background-color: #750CCF; }
a { background-color: rgb(117,12,207); }
div.DivClassName
{
background-color: #750CCF;
}
.BgClassName
{
background-color: #750CCF;
}
</style>
border-color css
<style>
span { border-color: #750CCF; }
span { border-color: rgb(117,12,207); }
td.TdClassName
{
border-color: #750CCF;
}
.TagClassName
{
border-color: #750CCF;
}
</style>