Shades of Purple Heart #7A17CA
Tints of Purple Heart #7A17CA
RGB
CMYK
RGB Variations
Color information
#7A17CA (or 0x7A17CA) is known color: Purple Heart. HEX triplet: 7A, 17 and CA. RGB value is (122,23,202). Sum of RGB (Red+Green+Blue) = 122+23+202=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 202 (79.30% from 255 or 58.21% from 347); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A17CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A17CA is #85E835. Grayscale: #484848. Windows color (decimal): -8775734 or 13244282. OLE color: 13244282.
HSL color Cylindrical-coordinate representation of color #7A17CA: hue angle of 273.18º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A17CA is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 23 | 202 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.21 |
| HSL | 273.18º | 0.8% | 0.44% | - |
| HSV(B) | 273.18º | 0.89% | 0.79% | - |
| XYZ | 18.99 | 9.01 | 56.62 | - |
| YUV | 73.01 | 200.8 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 202 | 0.40 | 0.89 | 0 | 0.21 | 273.18 | 0.8 | 0.44 |
| Hex | 7A | 17 | CA | 28 | 59 | 0 | 15 | 111 | 50 | 2C |
| Octal | 172 | 27 | 312 | 50 | 131 | 0 | 25 | 421 | 120 | 54 |
| Binary | 1111010 | 10111 | 11001010 | 101000 | 1011001 | 0 | 10101 | 100010001 | 1010000 | 101100 |
Color Harmonies of #7A17CA
Complementary color
Monochromatic Colors of #7A17CA
Black with #7A17CA
Text Example
Text Example
White with #7A17CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A17CA; }
p { color: rgb(122,23,202); }
H1.HeaderClassName
{
color: #7A17CA;
}
.AnyTagClassName
{
color: #7A17CA;
}
</style>
background-color css
<style>
a { background-color: #7A17CA; }
a { background-color: rgb(122,23,202); }
div.DivClassName
{
background-color: #7A17CA;
}
.BgClassName
{
background-color: #7A17CA;
}
</style>
border-color css
<style>
span { border-color: #7A17CA; }
span { border-color: rgb(122,23,202); }
td.TdClassName
{
border-color: #7A17CA;
}
.TagClassName
{
border-color: #7A17CA;
}
</style>