Shades of Dark Violet #750ADC
Tints of Dark Violet #750ADC
RGB
CMYK
RGB Variations
Color information
#750ADC (or 0x750ADC) is known color: Dark Violet. HEX triplet: 75, 0A and DC. RGB value is (117,10,220). Sum of RGB (Red+Green+Blue) = 117+10+220=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 220 (86.33% from 255 or 63.40% from 347); Max value from RGB is 220 - color contains mainly: blue. Hex color #750ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ADC is #8AF523. Grayscale: #414141. Windows color (decimal): -9106724 or 14420597. OLE color: 14420597.
HSL color Cylindrical-coordinate representation of color #750ADC: hue angle of 270.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750ADC is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 117 | 10 | 220 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.14 |
| HSL | 270.57º | 0.91% | 0.45% | - |
| HSV(B) | 270.57º | 0.95% | 0.86% | - |
| XYZ | 20.36 | 9.17 | 68.41 | - |
| YUV | 65.93 | 214.95 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 220 | 0.47 | 0.95 | 0 | 0.14 | 270.57 | 0.91 | 0.45 |
| Hex | 75 | A | DC | 2F | 5F | 0 | E | 10F | 5B | 2D |
| Octal | 165 | 12 | 334 | 57 | 137 | 0 | 16 | 417 | 133 | 55 |
| Binary | 1110101 | 1010 | 11011100 | 101111 | 1011111 | 0 | 1110 | 100001111 | 1011011 | 101101 |
Color Harmonies of #750ADC
Complementary color
Monochromatic Colors of #750ADC
Black with #750ADC
Text Example
Text Example
White with #750ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750ADC; }
p { color: rgb(117,10,220); }
H1.HeaderClassName
{
color: #750ADC;
}
.AnyTagClassName
{
color: #750ADC;
}
</style>
background-color css
<style>
a { background-color: #750ADC; }
a { background-color: rgb(117,10,220); }
div.DivClassName
{
background-color: #750ADC;
}
.BgClassName
{
background-color: #750ADC;
}
</style>
border-color css
<style>
span { border-color: #750ADC; }
span { border-color: rgb(117,10,220); }
td.TdClassName
{
border-color: #750ADC;
}
.TagClassName
{
border-color: #750ADC;
}
</style>