Shades of Dark Violet #750CCE
Tints of Dark Violet #750CCE
RGB
CMYK
RGB Variations
Color information
#750CCE (or 0x750CCE) is known color: Dark Violet. HEX triplet: 75, 0C and CE. RGB value is (117,12,206). Sum of RGB (Red+Green+Blue) = 117+12+206=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #750CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CCE is #8AF331. Grayscale: #404040. Windows color (decimal): -9106226 or 13503605. OLE color: 13503605.
HSL color Cylindrical-coordinate representation of color #750CCE: hue angle of 272.47º 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 #750CCE is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 12 | 206 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.19 |
| HSL | 272.47º | 0.89% | 0.43% | - |
| HSV(B) | 272.47º | 0.94% | 0.81% | - |
| XYZ | 18.61 | 8.5 | 59.05 | - |
| YUV | 65.51 | 207.29 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 206 | 0.43 | 0.94 | 0 | 0.19 | 272.47 | 0.89 | 0.43 |
| Hex | 75 | C | CE | 2B | 5E | 0 | 13 | 110 | 59 | 2B |
| Octal | 165 | 14 | 316 | 53 | 136 | 0 | 23 | 420 | 131 | 53 |
| Binary | 1110101 | 1100 | 11001110 | 101011 | 1011110 | 0 | 10011 | 100010000 | 1011001 | 101011 |
Color Harmonies of #750CCE
Complementary color
Monochromatic Colors of #750CCE
Black with #750CCE
Text Example
Text Example
White with #750CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CCE; }
p { color: rgb(117,12,206); }
H1.HeaderClassName
{
color: #750CCE;
}
.AnyTagClassName
{
color: #750CCE;
}
</style>
background-color css
<style>
a { background-color: #750CCE; }
a { background-color: rgb(117,12,206); }
div.DivClassName
{
background-color: #750CCE;
}
.BgClassName
{
background-color: #750CCE;
}
</style>
border-color css
<style>
span { border-color: #750CCE; }
span { border-color: rgb(117,12,206); }
td.TdClassName
{
border-color: #750CCE;
}
.TagClassName
{
border-color: #750CCE;
}
</style>