Shades of Purple Heart #7525CC
Tints of Purple Heart #7525CC
RGB
CMYK
RGB Variations
Color information
#7525CC (or 0x7525CC) is known color: Purple Heart. HEX triplet: 75, 25 and CC. RGB value is (117,37,204). Sum of RGB (Red+Green+Blue) = 117+37+204=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #7525CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7525CC is #8ADA33. Grayscale: #4F4F4F. Windows color (decimal): -9099828 or 13378933. OLE color: 13378933.
HSL color Cylindrical-coordinate representation of color #7525CC: hue angle of 268.74º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7525CC is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 37 | 204 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.2 |
| HSL | 268.74º | 0.69% | 0.47% | - |
| HSV(B) | 268.74º | 0.82% | 0.8% | - |
| XYZ | 18.9 | 9.46 | 57.96 | - |
| YUV | 79.96 | 198 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 204 | 0.43 | 0.82 | 0 | 0.2 | 268.74 | 0.69 | 0.47 |
| Hex | 75 | 25 | CC | 2B | 52 | 0 | 14 | 10D | 45 | 2F |
| Octal | 165 | 45 | 314 | 53 | 122 | 0 | 24 | 415 | 105 | 57 |
| Binary | 1110101 | 100101 | 11001100 | 101011 | 1010010 | 0 | 10100 | 100001101 | 1000101 | 101111 |
Color Harmonies of #7525CC
Complementary color
Monochromatic Colors of #7525CC
Black with #7525CC
Text Example
Text Example
White with #7525CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7525CC; }
p { color: rgb(117,37,204); }
H1.HeaderClassName
{
color: #7525CC;
}
.AnyTagClassName
{
color: #7525CC;
}
</style>
background-color css
<style>
a { background-color: #7525CC; }
a { background-color: rgb(117,37,204); }
div.DivClassName
{
background-color: #7525CC;
}
.BgClassName
{
background-color: #7525CC;
}
</style>
border-color css
<style>
span { border-color: #7525CC; }
span { border-color: rgb(117,37,204); }
td.TdClassName
{
border-color: #7525CC;
}
.TagClassName
{
border-color: #7525CC;
}
</style>