Shades of Dark Violet #750ADA
Tints of Dark Violet #750ADA
RGB
CMYK
RGB Variations
Color information
#750ADA (or 0x750ADA) is known color: Dark Violet. HEX triplet: 75, 0A and DA. RGB value is (117,10,218). Sum of RGB (Red+Green+Blue) = 117+10+218=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #750ADA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ADA is #8AF525. Grayscale: #404040. Windows color (decimal): -9106726 or 14289525. OLE color: 14289525.
HSL color Cylindrical-coordinate representation of color #750ADA: hue angle of 270.87º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750ADA is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 10 | 218 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.15 |
| HSL | 270.87º | 0.91% | 0.45% | - |
| HSV(B) | 270.87º | 0.95% | 0.85% | - |
| XYZ | 20.1 | 9.06 | 67.02 | - |
| YUV | 65.71 | 213.95 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 218 | 0.46 | 0.95 | 0 | 0.15 | 270.87 | 0.91 | 0.45 |
| Hex | 75 | A | DA | 2E | 5F | 0 | F | 10F | 5B | 2D |
| Octal | 165 | 12 | 332 | 56 | 137 | 0 | 17 | 417 | 133 | 55 |
| Binary | 1110101 | 1010 | 11011010 | 101110 | 1011111 | 0 | 1111 | 100001111 | 1011011 | 101101 |
Color Harmonies of #750ADA
Complementary color
Monochromatic Colors of #750ADA
Black with #750ADA
Text Example
Text Example
White with #750ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750ADA; }
p { color: rgb(117,10,218); }
H1.HeaderClassName
{
color: #750ADA;
}
.AnyTagClassName
{
color: #750ADA;
}
</style>
background-color css
<style>
a { background-color: #750ADA; }
a { background-color: rgb(117,10,218); }
div.DivClassName
{
background-color: #750ADA;
}
.BgClassName
{
background-color: #750ADA;
}
</style>
border-color css
<style>
span { border-color: #750ADA; }
span { border-color: rgb(117,10,218); }
td.TdClassName
{
border-color: #750ADA;
}
.TagClassName
{
border-color: #750ADA;
}
</style>