Shades of Purple Heart #752CCC
Tints of Purple Heart #752CCC
RGB
CMYK
RGB Variations
Color information
#752CCC (or 0x752CCC) is known color: Purple Heart. HEX triplet: 75, 2C and CC. RGB value is (117,44,204). Sum of RGB (Red+Green+Blue) = 117+44+204=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #752CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CCC is #8AD333. Grayscale: #535353. Windows color (decimal): -9098036 or 13380725. OLE color: 13380725.
HSL color Cylindrical-coordinate representation of color #752CCC: hue angle of 267.38º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752CCC is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 44 | 204 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.2 |
| HSL | 267.38º | 0.65% | 0.49% | - |
| HSV(B) | 267.38º | 0.78% | 0.8% | - |
| XYZ | 19.14 | 9.94 | 58.04 | - |
| YUV | 84.07 | 195.68 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 204 | 0.43 | 0.78 | 0 | 0.2 | 267.38 | 0.65 | 0.49 |
| Hex | 75 | 2C | CC | 2B | 4E | 0 | 14 | 10B | 41 | 31 |
| Octal | 165 | 54 | 314 | 53 | 116 | 0 | 24 | 413 | 101 | 61 |
| Binary | 1110101 | 101100 | 11001100 | 101011 | 1001110 | 0 | 10100 | 100001011 | 1000001 | 110001 |
Color Harmonies of #752CCC
Complementary color
Monochromatic Colors of #752CCC
Black with #752CCC
Text Example
Text Example
White with #752CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CCC; }
p { color: rgb(117,44,204); }
H1.HeaderClassName
{
color: #752CCC;
}
.AnyTagClassName
{
color: #752CCC;
}
</style>
background-color css
<style>
a { background-color: #752CCC; }
a { background-color: rgb(117,44,204); }
div.DivClassName
{
background-color: #752CCC;
}
.BgClassName
{
background-color: #752CCC;
}
</style>
border-color css
<style>
span { border-color: #752CCC; }
span { border-color: rgb(117,44,204); }
td.TdClassName
{
border-color: #752CCC;
}
.TagClassName
{
border-color: #752CCC;
}
</style>