Shades of Purple Heart #750DAC
Tints of Purple Heart #750DAC
RGB
CMYK
RGB Variations
Color information
#750DAC (or 0x750DAC) is known color: Purple Heart. HEX triplet: 75, 0D and AC. RGB value is (117,13,172). Sum of RGB (Red+Green+Blue) = 117+13+172=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #750DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750DAC is #8AF253. Grayscale: #3D3D3D. Windows color (decimal): -9106004 or 11275637. OLE color: 11275637.
HSL color Cylindrical-coordinate representation of color #750DAC: hue angle of 279.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750DAC is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 13 | 172 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.33 |
| HSL | 279.25º | 0.86% | 0.36% | - |
| HSV(B) | 279.25º | 0.92% | 0.67% | - |
| XYZ | 14.93 | 7.05 | 39.6 | - |
| YUV | 62.22 | 189.96 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 172 | 0.32 | 0.92 | 0 | 0.33 | 279.25 | 0.86 | 0.36 |
| Hex | 75 | D | AC | 20 | 5C | 0 | 21 | 117 | 56 | 24 |
| Octal | 165 | 15 | 254 | 40 | 134 | 0 | 41 | 427 | 126 | 44 |
| Binary | 1110101 | 1101 | 10101100 | 100000 | 1011100 | 0 | 100001 | 100010111 | 1010110 | 100100 |
Color Harmonies of #750DAC
Complementary color
Monochromatic Colors of #750DAC
Black with #750DAC
Text Example
Text Example
White with #750DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750DAC; }
p { color: rgb(117,13,172); }
H1.HeaderClassName
{
color: #750DAC;
}
.AnyTagClassName
{
color: #750DAC;
}
</style>
background-color css
<style>
a { background-color: #750DAC; }
a { background-color: rgb(117,13,172); }
div.DivClassName
{
background-color: #750DAC;
}
.BgClassName
{
background-color: #750DAC;
}
</style>
border-color css
<style>
span { border-color: #750DAC; }
span { border-color: rgb(117,13,172); }
td.TdClassName
{
border-color: #750DAC;
}
.TagClassName
{
border-color: #750DAC;
}
</style>