Shades of Purple Heart #7528CC
Tints of Purple Heart #7528CC
RGB
CMYK
RGB Variations
Color information
#7528CC (or 0x7528CC) is known color: Purple Heart. HEX triplet: 75, 28 and CC. RGB value is (117,40,204). Sum of RGB (Red+Green+Blue) = 117+40+204=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #7528CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7528CC is #8AD733. Grayscale: #515151. Windows color (decimal): -9099060 or 13379701. OLE color: 13379701.
HSL color Cylindrical-coordinate representation of color #7528CC: hue angle of 268.17º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7528CC is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 40 | 204 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.2 |
| HSL | 268.17º | 0.67% | 0.48% | - |
| HSV(B) | 268.17º | 0.8% | 0.8% | - |
| XYZ | 18.99 | 9.66 | 57.99 | - |
| YUV | 81.72 | 197.01 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 40 | 204 | 0.43 | 0.80 | 0 | 0.2 | 268.17 | 0.67 | 0.48 |
| Hex | 75 | 28 | CC | 2B | 50 | 0 | 14 | 10C | 43 | 30 |
| Octal | 165 | 50 | 314 | 53 | 120 | 0 | 24 | 414 | 103 | 60 |
| Binary | 1110101 | 101000 | 11001100 | 101011 | 1010000 | 0 | 10100 | 100001100 | 1000011 | 110000 |
Color Harmonies of #7528CC
Complementary color
Monochromatic Colors of #7528CC
Black with #7528CC
Text Example
Text Example
White with #7528CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7528CC; }
p { color: rgb(117,40,204); }
H1.HeaderClassName
{
color: #7528CC;
}
.AnyTagClassName
{
color: #7528CC;
}
</style>
background-color css
<style>
a { background-color: #7528CC; }
a { background-color: rgb(117,40,204); }
div.DivClassName
{
background-color: #7528CC;
}
.BgClassName
{
background-color: #7528CC;
}
</style>
border-color css
<style>
span { border-color: #7528CC; }
span { border-color: rgb(117,40,204); }
td.TdClassName
{
border-color: #7528CC;
}
.TagClassName
{
border-color: #7528CC;
}
</style>