Shades of Purple Heart #752AC0
Tints of Purple Heart #752AC0
RGB
CMYK
RGB Variations
Color information
#752AC0 (or 0x752AC0) is known color: Purple Heart. HEX triplet: 75, 2A and C0. RGB value is (117,42,192). Sum of RGB (Red+Green+Blue) = 117+42+192=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #752AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #752AC0 is #8AD53F. Grayscale: #515151. Windows color (decimal): -9098560 or 12593781. OLE color: 12593781.
HSL color Cylindrical-coordinate representation of color #752AC0: hue angle of 270º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #752AC0 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 42 | 192 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.25 |
| HSL | 270º | 0.64% | 0.46% | - |
| HSV(B) | 270º | 0.78% | 0.75% | - |
| XYZ | 17.68 | 9.24 | 50.72 | - |
| YUV | 81.53 | 190.35 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 42 | 192 | 0.39 | 0.78 | 0 | 0.25 | 270 | 0.64 | 0.46 |
| Hex | 75 | 2A | C0 | 27 | 4E | 0 | 19 | 10E | 40 | 2E |
| Octal | 165 | 52 | 300 | 47 | 116 | 0 | 31 | 416 | 100 | 56 |
| Binary | 1110101 | 101010 | 11000000 | 100111 | 1001110 | 0 | 11001 | 100001110 | 1000000 | 101110 |
Color Harmonies of #752AC0
Complementary color
Monochromatic Colors of #752AC0
Black with #752AC0
Text Example
Text Example
White with #752AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752AC0; }
p { color: rgb(117,42,192); }
H1.HeaderClassName
{
color: #752AC0;
}
.AnyTagClassName
{
color: #752AC0;
}
</style>
background-color css
<style>
a { background-color: #752AC0; }
a { background-color: rgb(117,42,192); }
div.DivClassName
{
background-color: #752AC0;
}
.BgClassName
{
background-color: #752AC0;
}
</style>
border-color css
<style>
span { border-color: #752AC0; }
span { border-color: rgb(117,42,192); }
td.TdClassName
{
border-color: #752AC0;
}
.TagClassName
{
border-color: #752AC0;
}
</style>