Shades of Purple Heart #7035BD
Tints of Purple Heart #7035BD
RGB
CMYK
RGB Variations
Color information
#7035BD (or 0x7035BD) is known color: Purple Heart. HEX triplet: 70, 35 and BD. RGB value is (112,53,189). Sum of RGB (Red+Green+Blue) = 112+53+189=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #7035BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7035BD is #8FCA42. Grayscale: #555555. Windows color (decimal): -9423427 or 12399984. OLE color: 12399984.
HSL color Cylindrical-coordinate representation of color #7035BD: hue angle of 266.03º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7035BD is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 53 | 189 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.26 |
| HSL | 266.03º | 0.56% | 0.47% | - |
| HSV(B) | 266.03º | 0.72% | 0.74% | - |
| XYZ | 17.14 | 9.67 | 49.11 | - |
| YUV | 86.15 | 186.05 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 189 | 0.41 | 0.72 | 0 | 0.26 | 266.03 | 0.56 | 0.47 |
| Hex | 70 | 35 | BD | 29 | 48 | 0 | 1A | 10A | 38 | 2F |
| Octal | 160 | 65 | 275 | 51 | 110 | 0 | 32 | 412 | 70 | 57 |
| Binary | 1110000 | 110101 | 10111101 | 101001 | 1001000 | 0 | 11010 | 100001010 | 111000 | 101111 |
Color Harmonies of #7035BD
Complementary color
Monochromatic Colors of #7035BD
Black with #7035BD
Text Example
Text Example
White with #7035BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7035BD; }
p { color: rgb(112,53,189); }
H1.HeaderClassName
{
color: #7035BD;
}
.AnyTagClassName
{
color: #7035BD;
}
</style>
background-color css
<style>
a { background-color: #7035BD; }
a { background-color: rgb(112,53,189); }
div.DivClassName
{
background-color: #7035BD;
}
.BgClassName
{
background-color: #7035BD;
}
</style>
border-color css
<style>
span { border-color: #7035BD; }
span { border-color: rgb(112,53,189); }
td.TdClassName
{
border-color: #7035BD;
}
.TagClassName
{
border-color: #7035BD;
}
</style>