Shades of Purple Heart #7A17BA
Tints of Purple Heart #7A17BA
RGB
CMYK
RGB Variations
Color information
#7A17BA (or 0x7A17BA) is known color: Purple Heart. HEX triplet: 7A, 17 and BA. RGB value is (122,23,186). Sum of RGB (Red+Green+Blue) = 122+23+186=331 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.86% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A17BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A17BA is #85E845. Grayscale: #464646. Windows color (decimal): -8775750 or 12195706. OLE color: 12195706.
HSL color Cylindrical-coordinate representation of color #7A17BA: hue angle of 276.44º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A17BA is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 23 | 186 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.27 |
| HSL | 276.44º | 0.78% | 0.41% | - |
| HSV(B) | 276.44º | 0.88% | 0.73% | - |
| XYZ | 17.2 | 8.3 | 47.15 | - |
| YUV | 71.18 | 192.8 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 23 | 186 | 0.34 | 0.88 | 0 | 0.27 | 276.44 | 0.78 | 0.41 |
| Hex | 7A | 17 | BA | 22 | 58 | 0 | 1B | 114 | 4E | 29 |
| Octal | 172 | 27 | 272 | 42 | 130 | 0 | 33 | 424 | 116 | 51 |
| Binary | 1111010 | 10111 | 10111010 | 100010 | 1011000 | 0 | 11011 | 100010100 | 1001110 | 101001 |
Color Harmonies of #7A17BA
Complementary color
Monochromatic Colors of #7A17BA
Black with #7A17BA
Text Example
Text Example
White with #7A17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A17BA; }
p { color: rgb(122,23,186); }
H1.HeaderClassName
{
color: #7A17BA;
}
.AnyTagClassName
{
color: #7A17BA;
}
</style>
background-color css
<style>
a { background-color: #7A17BA; }
a { background-color: rgb(122,23,186); }
div.DivClassName
{
background-color: #7A17BA;
}
.BgClassName
{
background-color: #7A17BA;
}
</style>
border-color css
<style>
span { border-color: #7A17BA; }
span { border-color: rgb(122,23,186); }
td.TdClassName
{
border-color: #7A17BA;
}
.TagClassName
{
border-color: #7A17BA;
}
</style>