Shades of Purple Heart #7A38C9
Tints of Purple Heart #7A38C9
RGB
CMYK
RGB Variations
Color information
#7A38C9 (or 0x7A38C9) is known color: Purple Heart. HEX triplet: 7A, 38 and C9. RGB value is (122,56,201). Sum of RGB (Red+Green+Blue) = 122+56+201=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #7A38C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A38C9 is #85C736. Grayscale: #5B5B5B. Windows color (decimal): -8767287 or 13187194. OLE color: 13187194.
HSL color Cylindrical-coordinate representation of color #7A38C9: hue angle of 267.31º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A38C9 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 122 | 56 | 201 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.21 |
| HSL | 267.31º | 0.57% | 0.5% | - |
| HSV(B) | 267.31º | 0.72% | 0.79% | - |
| XYZ | 19.98 | 11.18 | 56.36 | - |
| YUV | 92.26 | 189.37 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 56 | 201 | 0.39 | 0.72 | 0 | 0.21 | 267.31 | 0.57 | 0.5 |
| Hex | 7A | 38 | C9 | 27 | 48 | 0 | 15 | 10B | 39 | 32 |
| Octal | 172 | 70 | 311 | 47 | 110 | 0 | 25 | 413 | 71 | 62 |
| Binary | 1111010 | 111000 | 11001001 | 100111 | 1001000 | 0 | 10101 | 100001011 | 111001 | 110010 |
Color Harmonies of #7A38C9
Complementary color
Monochromatic Colors of #7A38C9
Black with #7A38C9
Text Example
Text Example
White with #7A38C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A38C9; }
p { color: rgb(122,56,201); }
H1.HeaderClassName
{
color: #7A38C9;
}
.AnyTagClassName
{
color: #7A38C9;
}
</style>
background-color css
<style>
a { background-color: #7A38C9; }
a { background-color: rgb(122,56,201); }
div.DivClassName
{
background-color: #7A38C9;
}
.BgClassName
{
background-color: #7A38C9;
}
</style>
border-color css
<style>
span { border-color: #7A38C9; }
span { border-color: rgb(122,56,201); }
td.TdClassName
{
border-color: #7A38C9;
}
.TagClassName
{
border-color: #7A38C9;
}
</style>