Shades of Purple Heart #7A45CC
Tints of Purple Heart #7A45CC
RGB
CMYK
RGB Variations
Color information
#7A45CC (or 0x7A45CC) is known color: Purple Heart. HEX triplet: 7A, 45 and CC. RGB value is (122,69,204). Sum of RGB (Red+Green+Blue) = 122+69+204=395 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.89% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A45CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A45CC is #85BA33. Grayscale: #636363. Windows color (decimal): -8763956 or 13387130. OLE color: 13387130.
HSL color Cylindrical-coordinate representation of color #7A45CC: hue angle of 263.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A45CC is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 69 | 204 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.2 |
| HSL | 263.56º | 0.57% | 0.54% | - |
| HSV(B) | 263.56º | 0.66% | 0.8% | - |
| XYZ | 21.05 | 12.75 | 58.48 | - |
| YUV | 100.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 69 | 204 | 0.40 | 0.66 | 0 | 0.2 | 263.56 | 0.57 | 0.54 |
| Hex | 7A | 45 | CC | 28 | 42 | 0 | 14 | 108 | 39 | 36 |
| Octal | 172 | 105 | 314 | 50 | 102 | 0 | 24 | 410 | 71 | 66 |
| Binary | 1111010 | 1000101 | 11001100 | 101000 | 1000010 | 0 | 10100 | 100001000 | 111001 | 110110 |
Color Harmonies of #7A45CC
Complementary color
Monochromatic Colors of #7A45CC
Black with #7A45CC
Text Example
Text Example
White with #7A45CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A45CC; }
p { color: rgb(122,69,204); }
H1.HeaderClassName
{
color: #7A45CC;
}
.AnyTagClassName
{
color: #7A45CC;
}
</style>
background-color css
<style>
a { background-color: #7A45CC; }
a { background-color: rgb(122,69,204); }
div.DivClassName
{
background-color: #7A45CC;
}
.BgClassName
{
background-color: #7A45CC;
}
</style>
border-color css
<style>
span { border-color: #7A45CC; }
span { border-color: rgb(122,69,204); }
td.TdClassName
{
border-color: #7A45CC;
}
.TagClassName
{
border-color: #7A45CC;
}
</style>