Shades of Purple Heart #752CCA
Tints of Purple Heart #752CCA
RGB
CMYK
RGB Variations
Color information
#752CCA (or 0x752CCA) is known color: Purple Heart. HEX triplet: 75, 2C and CA. RGB value is (117,44,202). Sum of RGB (Red+Green+Blue) = 117+44+202=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 202 (79.30% from 255 or 55.65% from 363); Max value from RGB is 202 - color contains mainly: blue. Hex color #752CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CCA is #8AD335. Grayscale: #535353. Windows color (decimal): -9098038 or 13249653. OLE color: 13249653.
HSL color Cylindrical-coordinate representation of color #752CCA: hue angle of 267.72º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752CCA is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 117 | 44 | 202 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.21 |
| HSL | 267.72º | 0.64% | 0.48% | - |
| HSV(B) | 267.72º | 0.78% | 0.79% | - |
| XYZ | 18.9 | 9.85 | 56.78 | - |
| YUV | 83.84 | 194.68 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 202 | 0.42 | 0.78 | 0 | 0.21 | 267.72 | 0.64 | 0.48 |
| Hex | 75 | 2C | CA | 2A | 4E | 0 | 15 | 10C | 40 | 30 |
| Octal | 165 | 54 | 312 | 52 | 116 | 0 | 25 | 414 | 100 | 60 |
| Binary | 1110101 | 101100 | 11001010 | 101010 | 1001110 | 0 | 10101 | 100001100 | 1000000 | 110000 |
Color Harmonies of #752CCA
Complementary color
Monochromatic Colors of #752CCA
Black with #752CCA
Text Example
Text Example
White with #752CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CCA; }
p { color: rgb(117,44,202); }
H1.HeaderClassName
{
color: #752CCA;
}
.AnyTagClassName
{
color: #752CCA;
}
</style>
background-color css
<style>
a { background-color: #752CCA; }
a { background-color: rgb(117,44,202); }
div.DivClassName
{
background-color: #752CCA;
}
.BgClassName
{
background-color: #752CCA;
}
</style>
border-color css
<style>
span { border-color: #752CCA; }
span { border-color: rgb(117,44,202); }
td.TdClassName
{
border-color: #752CCA;
}
.TagClassName
{
border-color: #752CCA;
}
</style>