Shades of Purple Heart #7033B7
Tints of Purple Heart #7033B7
RGB
CMYK
RGB Variations
Color information
#7033B7 (or 0x7033B7) is known color: Purple Heart. HEX triplet: 70, 33 and B7. RGB value is (112,51,183). Sum of RGB (Red+Green+Blue) = 112+51+183=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 183 (71.88% from 255 or 52.89% from 346); Max value from RGB is 183 - color contains mainly: blue. Hex color #7033B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7033B7 is #8FCC48. Grayscale: #535353. Windows color (decimal): -9423945 or 12006256. OLE color: 12006256.
HSL color Cylindrical-coordinate representation of color #7033B7: hue angle of 267.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7033B7 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 51 | 183 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.28 |
| HSL | 267.73º | 0.56% | 0.46% | - |
| HSV(B) | 267.73º | 0.72% | 0.72% | - |
| XYZ | 16.41 | 9.23 | 45.72 | - |
| YUV | 84.29 | 183.71 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 183 | 0.39 | 0.72 | 0 | 0.28 | 267.73 | 0.56 | 0.46 |
| Hex | 70 | 33 | B7 | 27 | 48 | 0 | 1C | 10C | 38 | 2E |
| Octal | 160 | 63 | 267 | 47 | 110 | 0 | 34 | 414 | 70 | 56 |
| Binary | 1110000 | 110011 | 10110111 | 100111 | 1001000 | 0 | 11100 | 100001100 | 111000 | 101110 |
Color Harmonies of #7033B7
Complementary color
Monochromatic Colors of #7033B7
Black with #7033B7
Text Example
Text Example
White with #7033B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7033B7; }
p { color: rgb(112,51,183); }
H1.HeaderClassName
{
color: #7033B7;
}
.AnyTagClassName
{
color: #7033B7;
}
</style>
background-color css
<style>
a { background-color: #7033B7; }
a { background-color: rgb(112,51,183); }
div.DivClassName
{
background-color: #7033B7;
}
.BgClassName
{
background-color: #7033B7;
}
</style>
border-color css
<style>
span { border-color: #7033B7; }
span { border-color: rgb(112,51,183); }
td.TdClassName
{
border-color: #7033B7;
}
.TagClassName
{
border-color: #7033B7;
}
</style>