Shades of Dark Violet #750ACF
Tints of Dark Violet #750ACF
RGB
CMYK
RGB Variations
Color information
#750ACF (or 0x750ACF) is known color: Dark Violet. HEX triplet: 75, 0A and CF. RGB value is (117,10,207). Sum of RGB (Red+Green+Blue) = 117+10+207=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #750ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ACF is #8AF530. Grayscale: #3F3F3F. Windows color (decimal): -9106737 or 13568629. OLE color: 13568629.
HSL color Cylindrical-coordinate representation of color #750ACF: hue angle of 272.59º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750ACF is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 10 | 207 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.19 |
| HSL | 272.59º | 0.91% | 0.43% | - |
| HSV(B) | 272.59º | 0.95% | 0.81% | - |
| XYZ | 18.71 | 8.5 | 59.69 | - |
| YUV | 64.45 | 208.45 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 207 | 0.43 | 0.95 | 0 | 0.19 | 272.59 | 0.91 | 0.43 |
| Hex | 75 | A | CF | 2B | 5F | 0 | 13 | 111 | 5B | 2B |
| Octal | 165 | 12 | 317 | 53 | 137 | 0 | 23 | 421 | 133 | 53 |
| Binary | 1110101 | 1010 | 11001111 | 101011 | 1011111 | 0 | 10011 | 100010001 | 1011011 | 101011 |
Color Harmonies of #750ACF
Complementary color
Monochromatic Colors of #750ACF
Black with #750ACF
Text Example
Text Example
White with #750ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750ACF; }
p { color: rgb(117,10,207); }
H1.HeaderClassName
{
color: #750ACF;
}
.AnyTagClassName
{
color: #750ACF;
}
</style>
background-color css
<style>
a { background-color: #750ACF; }
a { background-color: rgb(117,10,207); }
div.DivClassName
{
background-color: #750ACF;
}
.BgClassName
{
background-color: #750ACF;
}
</style>
border-color css
<style>
span { border-color: #750ACF; }
span { border-color: rgb(117,10,207); }
td.TdClassName
{
border-color: #750ACF;
}
.TagClassName
{
border-color: #750ACF;
}
</style>