Shades of Purple Heart #7129CE
Tints of Purple Heart #7129CE
RGB
CMYK
RGB Variations
Color information
#7129CE (or 0x7129CE) is known color: Purple Heart. HEX triplet: 71, 29 and CE. RGB value is (113,41,206). Sum of RGB (Red+Green+Blue) = 113+41+206=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #7129CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7129CE is #8ED631. Grayscale: #505050. Windows color (decimal): -9360946 or 13511025. OLE color: 13511025.
HSL color Cylindrical-coordinate representation of color #7129CE: hue angle of 266.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7129CE is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 41 | 206 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.19 |
| HSL | 266.18º | 0.67% | 0.48% | - |
| HSV(B) | 266.18º | 0.8% | 0.81% | - |
| XYZ | 18.74 | 9.55 | 59.25 | - |
| YUV | 81.34 | 198.35 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 206 | 0.45 | 0.80 | 0 | 0.19 | 266.18 | 0.67 | 0.48 |
| Hex | 71 | 29 | CE | 2D | 50 | 0 | 13 | 10A | 43 | 30 |
| Octal | 161 | 51 | 316 | 55 | 120 | 0 | 23 | 412 | 103 | 60 |
| Binary | 1110001 | 101001 | 11001110 | 101101 | 1010000 | 0 | 10011 | 100001010 | 1000011 | 110000 |
Color Harmonies of #7129CE
Complementary color
Monochromatic Colors of #7129CE
Black with #7129CE
Text Example
Text Example
White with #7129CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7129CE; }
p { color: rgb(113,41,206); }
H1.HeaderClassName
{
color: #7129CE;
}
.AnyTagClassName
{
color: #7129CE;
}
</style>
background-color css
<style>
a { background-color: #7129CE; }
a { background-color: rgb(113,41,206); }
div.DivClassName
{
background-color: #7129CE;
}
.BgClassName
{
background-color: #7129CE;
}
</style>
border-color css
<style>
span { border-color: #7129CE; }
span { border-color: rgb(113,41,206); }
td.TdClassName
{
border-color: #7129CE;
}
.TagClassName
{
border-color: #7129CE;
}
</style>