Shades of Purple Heart #7029B7
Tints of Purple Heart #7029B7
RGB
CMYK
RGB Variations
Color information
#7029B7 (or 0x7029B7) is known color: Purple Heart. HEX triplet: 70, 29 and B7. RGB value is (112,41,183). Sum of RGB (Red+Green+Blue) = 112+41+183=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 183 (71.88% from 255 or 54.46% from 336); Max value from RGB is 183 - color contains mainly: blue. Hex color #7029B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029B7 is #8FD648. Grayscale: #4D4D4D. Windows color (decimal): -9426505 or 12003696. OLE color: 12003696.
HSL color Cylindrical-coordinate representation of color #7029B7: hue angle of 270º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7029B7 is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 41 | 183 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.28 |
| HSL | 270º | 0.63% | 0.44% | - |
| HSV(B) | 270º | 0.78% | 0.72% | - |
| XYZ | 16.02 | 8.45 | 45.59 | - |
| YUV | 78.42 | 187.02 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 41 | 183 | 0.39 | 0.78 | 0 | 0.28 | 270 | 0.63 | 0.44 |
| Hex | 70 | 29 | B7 | 27 | 4E | 0 | 1C | 10E | 3F | 2C |
| Octal | 160 | 51 | 267 | 47 | 116 | 0 | 34 | 416 | 77 | 54 |
| Binary | 1110000 | 101001 | 10110111 | 100111 | 1001110 | 0 | 11100 | 100001110 | 111111 | 101100 |
Color Harmonies of #7029B7
Complementary color
Monochromatic Colors of #7029B7
Black with #7029B7
Text Example
Text Example
White with #7029B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7029B7; }
p { color: rgb(112,41,183); }
H1.HeaderClassName
{
color: #7029B7;
}
.AnyTagClassName
{
color: #7029B7;
}
</style>
background-color css
<style>
a { background-color: #7029B7; }
a { background-color: rgb(112,41,183); }
div.DivClassName
{
background-color: #7029B7;
}
.BgClassName
{
background-color: #7029B7;
}
</style>
border-color css
<style>
span { border-color: #7029B7; }
span { border-color: rgb(112,41,183); }
td.TdClassName
{
border-color: #7029B7;
}
.TagClassName
{
border-color: #7029B7;
}
</style>