Shades of Purple Heart #7A1DCB
Tints of Purple Heart #7A1DCB
RGB
CMYK
RGB Variations
Color information
#7A1DCB (or 0x7A1DCB) is known color: Purple Heart. HEX triplet: 7A, 1D and CB. RGB value is (122,29,203). Sum of RGB (Red+Green+Blue) = 122+29+203=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #7A1DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1DCB is #85E234. Grayscale: #4C4C4C. Windows color (decimal): -8774197 or 13311354. OLE color: 13311354.
HSL color Cylindrical-coordinate representation of color #7A1DCB: hue angle of 272.07º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1DCB is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 29 | 203 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.20 |
| HSL | 272.07º | 0.75% | 0.45% | - |
| HSV(B) | 272.07º | 0.86% | 0.8% | - |
| XYZ | 19.24 | 9.33 | 57.29 | - |
| YUV | 76.64 | 199.31 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 29 | 203 | 0.40 | 0.86 | 0 | 0.20 | 272.07 | 0.75 | 0.45 |
| Hex | 7A | 1D | CB | 28 | 56 | 0 | 14 | 110 | 4B | 2D |
| Octal | 172 | 35 | 313 | 50 | 126 | 0 | 24 | 420 | 113 | 55 |
| Binary | 1111010 | 11101 | 11001011 | 101000 | 1010110 | 0 | 10100 | 100010000 | 1001011 | 101101 |
Color Harmonies of #7A1DCB
Complementary color
Monochromatic Colors of #7A1DCB
Black with #7A1DCB
Text Example
Text Example
White with #7A1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1DCB; }
p { color: rgb(122,29,203); }
H1.HeaderClassName
{
color: #7A1DCB;
}
.AnyTagClassName
{
color: #7A1DCB;
}
</style>
background-color css
<style>
a { background-color: #7A1DCB; }
a { background-color: rgb(122,29,203); }
div.DivClassName
{
background-color: #7A1DCB;
}
.BgClassName
{
background-color: #7A1DCB;
}
</style>
border-color css
<style>
span { border-color: #7A1DCB; }
span { border-color: rgb(122,29,203); }
td.TdClassName
{
border-color: #7A1DCB;
}
.TagClassName
{
border-color: #7A1DCB;
}
</style>