Shades of Purple Heart #7035B7
Tints of Purple Heart #7035B7
RGB
CMYK
RGB Variations
Color information
#7035B7 (or 0x7035B7) is known color: Purple Heart. HEX triplet: 70, 35 and B7. RGB value is (112,53,183). Sum of RGB (Red+Green+Blue) = 112+53+183=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #7035B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7035B7 is #8FCA48. Grayscale: #555555. Windows color (decimal): -9423433 or 12006768. OLE color: 12006768.
HSL color Cylindrical-coordinate representation of color #7035B7: hue angle of 267.23º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7035B7 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 53 | 183 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.28 |
| HSL | 267.23º | 0.55% | 0.46% | - |
| HSV(B) | 267.23º | 0.71% | 0.72% | - |
| XYZ | 16.5 | 9.41 | 45.75 | - |
| YUV | 85.46 | 183.05 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 183 | 0.39 | 0.71 | 0 | 0.28 | 267.23 | 0.55 | 0.46 |
| Hex | 70 | 35 | B7 | 27 | 47 | 0 | 1C | 10B | 37 | 2E |
| Octal | 160 | 65 | 267 | 47 | 107 | 0 | 34 | 413 | 67 | 56 |
| Binary | 1110000 | 110101 | 10110111 | 100111 | 1000111 | 0 | 11100 | 100001011 | 110111 | 101110 |
Color Harmonies of #7035B7
Complementary color
Monochromatic Colors of #7035B7
Black with #7035B7
Text Example
Text Example
White with #7035B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7035B7; }
p { color: rgb(112,53,183); }
H1.HeaderClassName
{
color: #7035B7;
}
.AnyTagClassName
{
color: #7035B7;
}
</style>
background-color css
<style>
a { background-color: #7035B7; }
a { background-color: rgb(112,53,183); }
div.DivClassName
{
background-color: #7035B7;
}
.BgClassName
{
background-color: #7035B7;
}
</style>
border-color css
<style>
span { border-color: #7035B7; }
span { border-color: rgb(112,53,183); }
td.TdClassName
{
border-color: #7035B7;
}
.TagClassName
{
border-color: #7035B7;
}
</style>