Shades of Dark Violet #750AD6
Tints of Dark Violet #750AD6
RGB
CMYK
RGB Variations
Color information
#750AD6 (or 0x750AD6) is known color: Dark Violet. HEX triplet: 75, 0A and D6. RGB value is (117,10,214). Sum of RGB (Red+Green+Blue) = 117+10+214=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 214 (83.98% from 255 or 62.76% from 341); Max value from RGB is 214 - color contains mainly: blue. Hex color #750AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750AD6 is #8AF529. Grayscale: #404040. Windows color (decimal): -9106730 or 14027381. OLE color: 14027381.
HSL color Cylindrical-coordinate representation of color #750AD6: hue angle of 271.47º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750AD6 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 10 | 214 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.16 |
| HSL | 271.47º | 0.91% | 0.44% | - |
| HSV(B) | 271.47º | 0.95% | 0.84% | - |
| XYZ | 19.58 | 8.85 | 64.3 | - |
| YUV | 65.25 | 211.95 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 214 | 0.45 | 0.95 | 0 | 0.16 | 271.47 | 0.91 | 0.44 |
| Hex | 75 | A | D6 | 2D | 5F | 0 | 10 | 10F | 5B | 2C |
| Octal | 165 | 12 | 326 | 55 | 137 | 0 | 20 | 417 | 133 | 54 |
| Binary | 1110101 | 1010 | 11010110 | 101101 | 1011111 | 0 | 10000 | 100001111 | 1011011 | 101100 |
Color Harmonies of #750AD6
Complementary color
Monochromatic Colors of #750AD6
Black with #750AD6
Text Example
Text Example
White with #750AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750AD6; }
p { color: rgb(117,10,214); }
H1.HeaderClassName
{
color: #750AD6;
}
.AnyTagClassName
{
color: #750AD6;
}
</style>
background-color css
<style>
a { background-color: #750AD6; }
a { background-color: rgb(117,10,214); }
div.DivClassName
{
background-color: #750AD6;
}
.BgClassName
{
background-color: #750AD6;
}
</style>
border-color css
<style>
span { border-color: #750AD6; }
span { border-color: rgb(117,10,214); }
td.TdClassName
{
border-color: #750AD6;
}
.TagClassName
{
border-color: #750AD6;
}
</style>