Shades of Purple Heart #7A38CA
Tints of Purple Heart #7A38CA
RGB
CMYK
RGB Variations
Color information
#7A38CA (or 0x7A38CA) is known color: Purple Heart. HEX triplet: 7A, 38 and CA. RGB value is (122,56,202). Sum of RGB (Red+Green+Blue) = 122+56+202=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A38CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A38CA is #85C735. Grayscale: #5B5B5B. Windows color (decimal): -8767286 or 13252730. OLE color: 13252730.
HSL color Cylindrical-coordinate representation of color #7A38CA: hue angle of 267.12º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A38CA is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 56 | 202 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.21 |
| HSL | 267.12º | 0.58% | 0.51% | - |
| HSV(B) | 267.12º | 0.72% | 0.79% | - |
| XYZ | 20.1 | 11.23 | 56.99 | - |
| YUV | 92.38 | 189.87 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 202 | 0.40 | 0.72 | 0 | 0.21 | 267.12 | 0.58 | 0.51 |
| Hex | 7A | 38 | CA | 28 | 48 | 0 | 15 | 10B | 3A | 33 |
| Octal | 172 | 70 | 312 | 50 | 110 | 0 | 25 | 413 | 72 | 63 |
| Binary | 1111010 | 111000 | 11001010 | 101000 | 1001000 | 0 | 10101 | 100001011 | 111010 | 110011 |
Color Harmonies of #7A38CA
Complementary color
Monochromatic Colors of #7A38CA
Black with #7A38CA
Text Example
Text Example
White with #7A38CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A38CA; }
p { color: rgb(122,56,202); }
H1.HeaderClassName
{
color: #7A38CA;
}
.AnyTagClassName
{
color: #7A38CA;
}
</style>
background-color css
<style>
a { background-color: #7A38CA; }
a { background-color: rgb(122,56,202); }
div.DivClassName
{
background-color: #7A38CA;
}
.BgClassName
{
background-color: #7A38CA;
}
</style>
border-color css
<style>
span { border-color: #7A38CA; }
span { border-color: rgb(122,56,202); }
td.TdClassName
{
border-color: #7A38CA;
}
.TagClassName
{
border-color: #7A38CA;
}
</style>