Shades of Dark Violet #750ADD
Tints of Dark Violet #750ADD
RGB
CMYK
RGB Variations
Color information
#750ADD (or 0x750ADD) is known color: Dark Violet. HEX triplet: 75, 0A and DD. RGB value is (117,10,221). Sum of RGB (Red+Green+Blue) = 117+10+221=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #750ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ADD is #8AF522. Grayscale: #414141. Windows color (decimal): -9106723 or 14486133. OLE color: 14486133.
HSL color Cylindrical-coordinate representation of color #750ADD: hue angle of 270.43º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750ADD is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 10 | 221 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.13 |
| HSL | 270.43º | 0.91% | 0.45% | - |
| HSV(B) | 270.43º | 0.95% | 0.87% | - |
| XYZ | 20.5 | 9.22 | 69.11 | - |
| YUV | 66.05 | 215.45 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 221 | 0.47 | 0.95 | 0 | 0.13 | 270.43 | 0.91 | 0.45 |
| Hex | 75 | A | DD | 2F | 5F | 0 | D | 10E | 5B | 2D |
| Octal | 165 | 12 | 335 | 57 | 137 | 0 | 15 | 416 | 133 | 55 |
| Binary | 1110101 | 1010 | 11011101 | 101111 | 1011111 | 0 | 1101 | 100001110 | 1011011 | 101101 |
Color Harmonies of #750ADD
Complementary color
Monochromatic Colors of #750ADD
Black with #750ADD
Text Example
Text Example
White with #750ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750ADD; }
p { color: rgb(117,10,221); }
H1.HeaderClassName
{
color: #750ADD;
}
.AnyTagClassName
{
color: #750ADD;
}
</style>
background-color css
<style>
a { background-color: #750ADD; }
a { background-color: rgb(117,10,221); }
div.DivClassName
{
background-color: #750ADD;
}
.BgClassName
{
background-color: #750ADD;
}
</style>
border-color css
<style>
span { border-color: #750ADD; }
span { border-color: rgb(117,10,221); }
td.TdClassName
{
border-color: #750ADD;
}
.TagClassName
{
border-color: #750ADD;
}
</style>