Shades of Purple Heart #7A39CE
Tints of Purple Heart #7A39CE
RGB
CMYK
RGB Variations
Color information
#7A39CE (or 0x7A39CE) is known color: Purple Heart. HEX triplet: 7A, 39 and CE. RGB value is (122,57,206). Sum of RGB (Red+Green+Blue) = 122+57+206=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A39CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A39CE is #85C631. Grayscale: #5C5C5C. Windows color (decimal): -8767026 or 13515130. OLE color: 13515130.
HSL color Cylindrical-coordinate representation of color #7A39CE: hue angle of 266.17º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A39CE is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 57 | 206 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.19 |
| HSL | 266.17º | 0.6% | 0.52% | - |
| HSV(B) | 266.17º | 0.72% | 0.81% | - |
| XYZ | 20.63 | 11.52 | 59.53 | - |
| YUV | 93.42 | 191.53 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 206 | 0.41 | 0.72 | 0 | 0.19 | 266.17 | 0.6 | 0.52 |
| Hex | 7A | 39 | CE | 29 | 48 | 0 | 13 | 10A | 3C | 34 |
| Octal | 172 | 71 | 316 | 51 | 110 | 0 | 23 | 412 | 74 | 64 |
| Binary | 1111010 | 111001 | 11001110 | 101001 | 1001000 | 0 | 10011 | 100001010 | 111100 | 110100 |
Color Harmonies of #7A39CE
Complementary color
Monochromatic Colors of #7A39CE
Black with #7A39CE
Text Example
Text Example
White with #7A39CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A39CE; }
p { color: rgb(122,57,206); }
H1.HeaderClassName
{
color: #7A39CE;
}
.AnyTagClassName
{
color: #7A39CE;
}
</style>
background-color css
<style>
a { background-color: #7A39CE; }
a { background-color: rgb(122,57,206); }
div.DivClassName
{
background-color: #7A39CE;
}
.BgClassName
{
background-color: #7A39CE;
}
</style>
border-color css
<style>
span { border-color: #7A39CE; }
span { border-color: rgb(122,57,206); }
td.TdClassName
{
border-color: #7A39CE;
}
.TagClassName
{
border-color: #7A39CE;
}
</style>