Shades of Purple Heart #7A1CB6
Tints of Purple Heart #7A1CB6
RGB
CMYK
RGB Variations
Color information
#7A1CB6 (or 0x7A1CB6) is known color: Purple Heart. HEX triplet: 7A, 1C and B6. RGB value is (122,28,182). Sum of RGB (Red+Green+Blue) = 122+28+182=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 182 (71.48% from 255 or 54.82% from 332); Max value from RGB is 182 - color contains mainly: blue. Hex color #7A1CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1CB6 is #85E349. Grayscale: #494949. Windows color (decimal): -8774474 or 11934842. OLE color: 11934842.
HSL color Cylindrical-coordinate representation of color #7A1CB6: hue angle of 276.62º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1CB6 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 28 | 182 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.29 |
| HSL | 276.62º | 0.73% | 0.41% | - |
| HSV(B) | 276.62º | 0.85% | 0.71% | - |
| XYZ | 16.88 | 8.35 | 44.98 | - |
| YUV | 73.66 | 189.14 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 28 | 182 | 0.33 | 0.85 | 0 | 0.29 | 276.62 | 0.73 | 0.41 |
| Hex | 7A | 1C | B6 | 21 | 55 | 0 | 1D | 115 | 49 | 29 |
| Octal | 172 | 34 | 266 | 41 | 125 | 0 | 35 | 425 | 111 | 51 |
| Binary | 1111010 | 11100 | 10110110 | 100001 | 1010101 | 0 | 11101 | 100010101 | 1001001 | 101001 |
Color Harmonies of #7A1CB6
Complementary color
Monochromatic Colors of #7A1CB6
Black with #7A1CB6
Text Example
Text Example
White with #7A1CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1CB6; }
p { color: rgb(122,28,182); }
H1.HeaderClassName
{
color: #7A1CB6;
}
.AnyTagClassName
{
color: #7A1CB6;
}
</style>
background-color css
<style>
a { background-color: #7A1CB6; }
a { background-color: rgb(122,28,182); }
div.DivClassName
{
background-color: #7A1CB6;
}
.BgClassName
{
background-color: #7A1CB6;
}
</style>
border-color css
<style>
span { border-color: #7A1CB6; }
span { border-color: rgb(122,28,182); }
td.TdClassName
{
border-color: #7A1CB6;
}
.TagClassName
{
border-color: #7A1CB6;
}
</style>