Shades of Dark Violet #750CC2
Tints of Dark Violet #750CC2
RGB
CMYK
RGB Variations
Color information
#750CC2 (or 0x750CC2) is known color: Dark Violet. HEX triplet: 75, 0C and C2. RGB value is (117,12,194). Sum of RGB (Red+Green+Blue) = 117+12+194=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 12 (5.08% from 255 or 3.72% from 323); Blue value is 194 (76.17% from 255 or 60.06% from 323); Max value from RGB is 194 - color contains mainly: blue. Hex color #750CC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750CC2 is #8AF33D. Grayscale: #3F3F3F. Windows color (decimal): -9106238 or 12717173. OLE color: 12717173.
HSL color Cylindrical-coordinate representation of color #750CC2: hue angle of 274.62º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750CC2 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 117 | 12 | 194 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.24 |
| HSL | 274.62º | 0.88% | 0.4% | - |
| HSV(B) | 274.62º | 0.94% | 0.76% | - |
| XYZ | 17.21 | 7.94 | 51.66 | - |
| YUV | 64.14 | 201.29 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 194 | 0.40 | 0.94 | 0 | 0.24 | 274.62 | 0.88 | 0.4 |
| Hex | 75 | C | C2 | 28 | 5E | 0 | 18 | 113 | 58 | 28 |
| Octal | 165 | 14 | 302 | 50 | 136 | 0 | 30 | 423 | 130 | 50 |
| Binary | 1110101 | 1100 | 11000010 | 101000 | 1011110 | 0 | 11000 | 100010011 | 1011000 | 101000 |
Color Harmonies of #750CC2
Complementary color
Monochromatic Colors of #750CC2
Black with #750CC2
Text Example
Text Example
White with #750CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750CC2; }
p { color: rgb(117,12,194); }
H1.HeaderClassName
{
color: #750CC2;
}
.AnyTagClassName
{
color: #750CC2;
}
</style>
background-color css
<style>
a { background-color: #750CC2; }
a { background-color: rgb(117,12,194); }
div.DivClassName
{
background-color: #750CC2;
}
.BgClassName
{
background-color: #750CC2;
}
</style>
border-color css
<style>
span { border-color: #750CC2; }
span { border-color: rgb(117,12,194); }
td.TdClassName
{
border-color: #750CC2;
}
.TagClassName
{
border-color: #750CC2;
}
</style>