Shades of Purple Heart #7035BB
Tints of Purple Heart #7035BB
RGB
CMYK
RGB Variations
Color information
#7035BB (or 0x7035BB) is known color: Purple Heart. HEX triplet: 70, 35 and BB. RGB value is (112,53,187). Sum of RGB (Red+Green+Blue) = 112+53+187=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #7035BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7035BB is #8FCA44. Grayscale: #555555. Windows color (decimal): -9423429 or 12268912. OLE color: 12268912.
HSL color Cylindrical-coordinate representation of color #7035BB: hue angle of 266.42º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7035BB is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 53 | 187 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.27 |
| HSL | 266.42º | 0.56% | 0.47% | - |
| HSV(B) | 266.42º | 0.72% | 0.73% | - |
| XYZ | 16.92 | 9.58 | 47.97 | - |
| YUV | 85.92 | 185.05 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 187 | 0.40 | 0.72 | 0 | 0.27 | 266.42 | 0.56 | 0.47 |
| Hex | 70 | 35 | BB | 28 | 48 | 0 | 1B | 10A | 38 | 2F |
| Octal | 160 | 65 | 273 | 50 | 110 | 0 | 33 | 412 | 70 | 57 |
| Binary | 1110000 | 110101 | 10111011 | 101000 | 1001000 | 0 | 11011 | 100001010 | 111000 | 101111 |
Color Harmonies of #7035BB
Complementary color
Monochromatic Colors of #7035BB
Black with #7035BB
Text Example
Text Example
White with #7035BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7035BB; }
p { color: rgb(112,53,187); }
H1.HeaderClassName
{
color: #7035BB;
}
.AnyTagClassName
{
color: #7035BB;
}
</style>
background-color css
<style>
a { background-color: #7035BB; }
a { background-color: rgb(112,53,187); }
div.DivClassName
{
background-color: #7035BB;
}
.BgClassName
{
background-color: #7035BB;
}
</style>
border-color css
<style>
span { border-color: #7035BB; }
span { border-color: rgb(112,53,187); }
td.TdClassName
{
border-color: #7035BB;
}
.TagClassName
{
border-color: #7035BB;
}
</style>