Shades of Purple Heart #752AAF
Tints of Purple Heart #752AAF
RGB
CMYK
RGB Variations
Color information
#752AAF (or 0x752AAF) is known color: Purple Heart. HEX triplet: 75, 2A and AF. RGB value is (117,42,175). Sum of RGB (Red+Green+Blue) = 117+42+175=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #752AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752AAF is #8AD550. Grayscale: #4F4F4F. Windows color (decimal): -9098577 or 11479669. OLE color: 11479669.
HSL color Cylindrical-coordinate representation of color #752AAF: hue angle of 273.83º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #752AAF is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 42 | 175 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.31 |
| HSL | 273.83º | 0.61% | 0.43% | - |
| HSV(B) | 273.83º | 0.76% | 0.69% | - |
| XYZ | 15.9 | 8.53 | 41.37 | - |
| YUV | 79.59 | 181.85 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 175 | 0.33 | 0.76 | 0 | 0.31 | 273.83 | 0.61 | 0.43 |
| Hex | 75 | 2A | AF | 21 | 4C | 0 | 1F | 112 | 3D | 2B |
| Octal | 165 | 52 | 257 | 41 | 114 | 0 | 37 | 422 | 75 | 53 |
| Binary | 1110101 | 101010 | 10101111 | 100001 | 1001100 | 0 | 11111 | 100010010 | 111101 | 101011 |
Color Harmonies of #752AAF
Complementary color
Monochromatic Colors of #752AAF
Black with #752AAF
Text Example
Text Example
White with #752AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752AAF; }
p { color: rgb(117,42,175); }
H1.HeaderClassName
{
color: #752AAF;
}
.AnyTagClassName
{
color: #752AAF;
}
</style>
background-color css
<style>
a { background-color: #752AAF; }
a { background-color: rgb(117,42,175); }
div.DivClassName
{
background-color: #752AAF;
}
.BgClassName
{
background-color: #752AAF;
}
</style>
border-color css
<style>
span { border-color: #752AAF; }
span { border-color: rgb(117,42,175); }
td.TdClassName
{
border-color: #752AAF;
}
.TagClassName
{
border-color: #752AAF;
}
</style>