Shades of Purple Heart #7A37CE
Tints of Purple Heart #7A37CE
RGB
CMYK
RGB Variations
Color information
#7A37CE (or 0x7A37CE) is known color: Purple Heart. HEX triplet: 7A, 37 and CE. RGB value is (122,55,206). Sum of RGB (Red+Green+Blue) = 122+55+206=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A37CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A37CE is #85C831. Grayscale: #5B5B5B. Windows color (decimal): -8767538 or 13514618. OLE color: 13514618.
HSL color Cylindrical-coordinate representation of color #7A37CE: hue angle of 266.62º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A37CE is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 55 | 206 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.19 |
| HSL | 266.62º | 0.61% | 0.51% | - |
| HSV(B) | 266.62º | 0.73% | 0.81% | - |
| XYZ | 20.53 | 11.33 | 59.5 | - |
| YUV | 92.25 | 192.2 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 206 | 0.41 | 0.73 | 0 | 0.19 | 266.62 | 0.61 | 0.51 |
| Hex | 7A | 37 | CE | 29 | 49 | 0 | 13 | 10B | 3D | 33 |
| Octal | 172 | 67 | 316 | 51 | 111 | 0 | 23 | 413 | 75 | 63 |
| Binary | 1111010 | 110111 | 11001110 | 101001 | 1001001 | 0 | 10011 | 100001011 | 111101 | 110011 |
Color Harmonies of #7A37CE
Complementary color
Monochromatic Colors of #7A37CE
Black with #7A37CE
Text Example
Text Example
White with #7A37CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A37CE; }
p { color: rgb(122,55,206); }
H1.HeaderClassName
{
color: #7A37CE;
}
.AnyTagClassName
{
color: #7A37CE;
}
</style>
background-color css
<style>
a { background-color: #7A37CE; }
a { background-color: rgb(122,55,206); }
div.DivClassName
{
background-color: #7A37CE;
}
.BgClassName
{
background-color: #7A37CE;
}
</style>
border-color css
<style>
span { border-color: #7A37CE; }
span { border-color: rgb(122,55,206); }
td.TdClassName
{
border-color: #7A37CE;
}
.TagClassName
{
border-color: #7A37CE;
}
</style>