Shades of Purple Heart #7513C4
Tints of Purple Heart #7513C4
RGB
CMYK
RGB Variations
Color information
#7513C4 (or 0x7513C4) is known color: Purple Heart. HEX triplet: 75, 13 and C4. RGB value is (117,19,196). Sum of RGB (Red+Green+Blue) = 117+19+196=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 196 (76.95% from 255 or 59.04% from 332); Max value from RGB is 196 - color contains mainly: blue. Hex color #7513C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7513C4 is #8AEC3B. Grayscale: #434343. Windows color (decimal): -9104444 or 12850037. OLE color: 12850037.
HSL color Cylindrical-coordinate representation of color #7513C4: hue angle of 273.22º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7513C4 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 19 | 196 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.23 |
| HSL | 273.22º | 0.82% | 0.42% | - |
| HSV(B) | 273.22º | 0.9% | 0.77% | - |
| XYZ | 17.53 | 8.23 | 52.89 | - |
| YUV | 68.48 | 199.97 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 196 | 0.40 | 0.90 | 0 | 0.23 | 273.22 | 0.82 | 0.42 |
| Hex | 75 | 13 | C4 | 28 | 5A | 0 | 17 | 111 | 52 | 2A |
| Octal | 165 | 23 | 304 | 50 | 132 | 0 | 27 | 421 | 122 | 52 |
| Binary | 1110101 | 10011 | 11000100 | 101000 | 1011010 | 0 | 10111 | 100010001 | 1010010 | 101010 |
Color Harmonies of #7513C4
Complementary color
Monochromatic Colors of #7513C4
Black with #7513C4
Text Example
Text Example
White with #7513C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7513C4; }
p { color: rgb(117,19,196); }
H1.HeaderClassName
{
color: #7513C4;
}
.AnyTagClassName
{
color: #7513C4;
}
</style>
background-color css
<style>
a { background-color: #7513C4; }
a { background-color: rgb(117,19,196); }
div.DivClassName
{
background-color: #7513C4;
}
.BgClassName
{
background-color: #7513C4;
}
</style>
border-color css
<style>
span { border-color: #7513C4; }
span { border-color: rgb(117,19,196); }
td.TdClassName
{
border-color: #7513C4;
}
.TagClassName
{
border-color: #7513C4;
}
</style>