Shades of Purple Heart #7519CC
Tints of Purple Heart #7519CC
RGB
CMYK
RGB Variations
Color information
#7519CC (or 0x7519CC) is known color: Purple Heart. HEX triplet: 75, 19 and CC. RGB value is (117,25,204). Sum of RGB (Red+Green+Blue) = 117+25+204=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #7519CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7519CC is #8AE633. Grayscale: #484848. Windows color (decimal): -9102900 or 13375861. OLE color: 13375861.
HSL color Cylindrical-coordinate representation of color #7519CC: hue angle of 270.84º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7519CC is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 117 | 25 | 204 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.2 |
| HSL | 270.84º | 0.78% | 0.45% | - |
| HSV(B) | 270.84º | 0.88% | 0.8% | - |
| XYZ | 18.58 | 8.84 | 57.85 | - |
| YUV | 72.91 | 201.98 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 25 | 204 | 0.43 | 0.88 | 0 | 0.2 | 270.84 | 0.78 | 0.45 |
| Hex | 75 | 19 | CC | 2B | 58 | 0 | 14 | 10F | 4E | 2D |
| Octal | 165 | 31 | 314 | 53 | 130 | 0 | 24 | 417 | 116 | 55 |
| Binary | 1110101 | 11001 | 11001100 | 101011 | 1011000 | 0 | 10100 | 100001111 | 1001110 | 101101 |
Color Harmonies of #7519CC
Complementary color
Monochromatic Colors of #7519CC
Black with #7519CC
Text Example
Text Example
White with #7519CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7519CC; }
p { color: rgb(117,25,204); }
H1.HeaderClassName
{
color: #7519CC;
}
.AnyTagClassName
{
color: #7519CC;
}
</style>
background-color css
<style>
a { background-color: #7519CC; }
a { background-color: rgb(117,25,204); }
div.DivClassName
{
background-color: #7519CC;
}
.BgClassName
{
background-color: #7519CC;
}
</style>
border-color css
<style>
span { border-color: #7519CC; }
span { border-color: rgb(117,25,204); }
td.TdClassName
{
border-color: #7519CC;
}
.TagClassName
{
border-color: #7519CC;
}
</style>