Shades of Purple Heart #7A18C0
Tints of Purple Heart #7A18C0
RGB
CMYK
RGB Variations
Color information
#7A18C0 (or 0x7A18C0) is known color: Purple Heart. HEX triplet: 7A, 18 and C0. RGB value is (122,24,192). Sum of RGB (Red+Green+Blue) = 122+24+192=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 192 (75.39% from 255 or 56.80% from 338); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A18C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A18C0 is #85E73F. Grayscale: #474747. Windows color (decimal): -8775488 or 12589178. OLE color: 12589178.
HSL color Cylindrical-coordinate representation of color #7A18C0: hue angle of 275º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A18C0 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 24 | 192 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.25 |
| HSL | 275º | 0.78% | 0.42% | - |
| HSV(B) | 275º | 0.88% | 0.75% | - |
| XYZ | 17.87 | 8.6 | 50.59 | - |
| YUV | 72.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 192 | 0.36 | 0.88 | 0 | 0.25 | 275 | 0.78 | 0.42 |
| Hex | 7A | 18 | C0 | 24 | 58 | 0 | 19 | 113 | 4E | 2A |
| Octal | 172 | 30 | 300 | 44 | 130 | 0 | 31 | 423 | 116 | 52 |
| Binary | 1111010 | 11000 | 11000000 | 100100 | 1011000 | 0 | 11001 | 100010011 | 1001110 | 101010 |
Color Harmonies of #7A18C0
Complementary color
Monochromatic Colors of #7A18C0
Black with #7A18C0
Text Example
Text Example
White with #7A18C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A18C0; }
p { color: rgb(122,24,192); }
H1.HeaderClassName
{
color: #7A18C0;
}
.AnyTagClassName
{
color: #7A18C0;
}
</style>
background-color css
<style>
a { background-color: #7A18C0; }
a { background-color: rgb(122,24,192); }
div.DivClassName
{
background-color: #7A18C0;
}
.BgClassName
{
background-color: #7A18C0;
}
</style>
border-color css
<style>
span { border-color: #7A18C0; }
span { border-color: rgb(122,24,192); }
td.TdClassName
{
border-color: #7A18C0;
}
.TagClassName
{
border-color: #7A18C0;
}
</style>