Shades of Purple Heart #752CBE
Tints of Purple Heart #752CBE
RGB
CMYK
RGB Variations
Color information
#752CBE (or 0x752CBE) is known color: Purple Heart. HEX triplet: 75, 2C and BE. RGB value is (117,44,190). Sum of RGB (Red+Green+Blue) = 117+44+190=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #752CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752CBE is #8AD341. Grayscale: #515151. Windows color (decimal): -9098050 or 12463221. OLE color: 12463221.
HSL color Cylindrical-coordinate representation of color #752CBE: hue angle of 270º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #752CBE is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 44 | 190 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.25 |
| HSL | 270º | 0.62% | 0.46% | - |
| HSV(B) | 270º | 0.77% | 0.75% | - |
| XYZ | 17.53 | 9.3 | 49.59 | - |
| YUV | 82.47 | 188.68 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 190 | 0.38 | 0.77 | 0 | 0.25 | 270 | 0.62 | 0.46 |
| Hex | 75 | 2C | BE | 26 | 4D | 0 | 19 | 10E | 3E | 2E |
| Octal | 165 | 54 | 276 | 46 | 115 | 0 | 31 | 416 | 76 | 56 |
| Binary | 1110101 | 101100 | 10111110 | 100110 | 1001101 | 0 | 11001 | 100001110 | 111110 | 101110 |
Color Harmonies of #752CBE
Complementary color
Monochromatic Colors of #752CBE
Black with #752CBE
Text Example
Text Example
White with #752CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CBE; }
p { color: rgb(117,44,190); }
H1.HeaderClassName
{
color: #752CBE;
}
.AnyTagClassName
{
color: #752CBE;
}
</style>
background-color css
<style>
a { background-color: #752CBE; }
a { background-color: rgb(117,44,190); }
div.DivClassName
{
background-color: #752CBE;
}
.BgClassName
{
background-color: #752CBE;
}
</style>
border-color css
<style>
span { border-color: #752CBE; }
span { border-color: rgb(117,44,190); }
td.TdClassName
{
border-color: #752CBE;
}
.TagClassName
{
border-color: #752CBE;
}
</style>