Shades of Purple Heart #7528C0
Tints of Purple Heart #7528C0
RGB
CMYK
RGB Variations
Color information
#7528C0 (or 0x7528C0) is known color: Purple Heart. HEX triplet: 75, 28 and C0. RGB value is (117,40,192). Sum of RGB (Red+Green+Blue) = 117+40+192=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #7528C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7528C0 is #8AD73F. Grayscale: #4F4F4F. Windows color (decimal): -9099072 or 12593269. OLE color: 12593269.
HSL color Cylindrical-coordinate representation of color #7528C0: hue angle of 270.39º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7528C0 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 117 | 40 | 192 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.25 |
| HSL | 270.39º | 0.66% | 0.45% | - |
| HSV(B) | 270.39º | 0.79% | 0.75% | - |
| XYZ | 17.61 | 9.11 | 50.7 | - |
| YUV | 80.35 | 191.01 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 192 | 0.39 | 0.79 | 0 | 0.25 | 270.39 | 0.66 | 0.45 |
| Hex | 75 | 28 | C0 | 27 | 4F | 0 | 19 | 10E | 42 | 2D |
| Octal | 165 | 50 | 300 | 47 | 117 | 0 | 31 | 416 | 102 | 55 |
| Binary | 1110101 | 101000 | 11000000 | 100111 | 1001111 | 0 | 11001 | 100001110 | 1000010 | 101101 |
Color Harmonies of #7528C0
Complementary color
Monochromatic Colors of #7528C0
Black with #7528C0
Text Example
Text Example
White with #7528C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7528C0; }
p { color: rgb(117,40,192); }
H1.HeaderClassName
{
color: #7528C0;
}
.AnyTagClassName
{
color: #7528C0;
}
</style>
background-color css
<style>
a { background-color: #7528C0; }
a { background-color: rgb(117,40,192); }
div.DivClassName
{
background-color: #7528C0;
}
.BgClassName
{
background-color: #7528C0;
}
</style>
border-color css
<style>
span { border-color: #7528C0; }
span { border-color: rgb(117,40,192); }
td.TdClassName
{
border-color: #7528C0;
}
.TagClassName
{
border-color: #7528C0;
}
</style>