Shades of Purple Heart #752ACC
Tints of Purple Heart #752ACC
RGB
CMYK
RGB Variations
Color information
#752ACC (or 0x752ACC) is known color: Purple Heart. HEX triplet: 75, 2A and CC. RGB value is (117,42,204). Sum of RGB (Red+Green+Blue) = 117+42+204=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #752ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752ACC is #8AD533. Grayscale: #525252. Windows color (decimal): -9098548 or 13380213. OLE color: 13380213.
HSL color Cylindrical-coordinate representation of color #752ACC: hue angle of 267.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #752ACC is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 42 | 204 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.2 |
| HSL | 267.78º | 0.66% | 0.48% | - |
| HSV(B) | 267.78º | 0.79% | 0.8% | - |
| XYZ | 19.06 | 9.8 | 58.01 | - |
| YUV | 82.89 | 196.35 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 204 | 0.43 | 0.79 | 0 | 0.2 | 267.78 | 0.66 | 0.48 |
| Hex | 75 | 2A | CC | 2B | 4F | 0 | 14 | 10C | 42 | 30 |
| Octal | 165 | 52 | 314 | 53 | 117 | 0 | 24 | 414 | 102 | 60 |
| Binary | 1110101 | 101010 | 11001100 | 101011 | 1001111 | 0 | 10100 | 100001100 | 1000010 | 110000 |
Color Harmonies of #752ACC
Complementary color
Monochromatic Colors of #752ACC
Black with #752ACC
Text Example
Text Example
White with #752ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752ACC; }
p { color: rgb(117,42,204); }
H1.HeaderClassName
{
color: #752ACC;
}
.AnyTagClassName
{
color: #752ACC;
}
</style>
background-color css
<style>
a { background-color: #752ACC; }
a { background-color: rgb(117,42,204); }
div.DivClassName
{
background-color: #752ACC;
}
.BgClassName
{
background-color: #752ACC;
}
</style>
border-color css
<style>
span { border-color: #752ACC; }
span { border-color: rgb(117,42,204); }
td.TdClassName
{
border-color: #752ACC;
}
.TagClassName
{
border-color: #752ACC;
}
</style>