Shades of Purple Heart #7215BC
Tints of Purple Heart #7215BC
RGB
CMYK
RGB Variations
Color information
#7215BC (or 0x7215BC) is known color: Purple Heart. HEX triplet: 72, 15 and BC. RGB value is (114,21,188). Sum of RGB (Red+Green+Blue) = 114+21+188=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #7215BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7215BC is #8DEA43. Grayscale: #434343. Windows color (decimal): -9300548 or 12326258. OLE color: 12326258.
HSL color Cylindrical-coordinate representation of color #7215BC: hue angle of 273.41º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7215BC is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 21 | 188 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.26 |
| HSL | 273.41º | 0.8% | 0.41% | - |
| HSV(B) | 273.41º | 0.89% | 0.74% | - |
| XYZ | 16.28 | 7.74 | 48.21 | - |
| YUV | 67.85 | 195.81 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 188 | 0.39 | 0.89 | 0 | 0.26 | 273.41 | 0.8 | 0.41 |
| Hex | 72 | 15 | BC | 27 | 59 | 0 | 1A | 111 | 50 | 29 |
| Octal | 162 | 25 | 274 | 47 | 131 | 0 | 32 | 421 | 120 | 51 |
| Binary | 1110010 | 10101 | 10111100 | 100111 | 1011001 | 0 | 11010 | 100010001 | 1010000 | 101001 |
Color Harmonies of #7215BC
Complementary color
Monochromatic Colors of #7215BC
Black with #7215BC
Text Example
Text Example
White with #7215BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7215BC; }
p { color: rgb(114,21,188); }
H1.HeaderClassName
{
color: #7215BC;
}
.AnyTagClassName
{
color: #7215BC;
}
</style>
background-color css
<style>
a { background-color: #7215BC; }
a { background-color: rgb(114,21,188); }
div.DivClassName
{
background-color: #7215BC;
}
.BgClassName
{
background-color: #7215BC;
}
</style>
border-color css
<style>
span { border-color: #7215BC; }
span { border-color: rgb(114,21,188); }
td.TdClassName
{
border-color: #7215BC;
}
.TagClassName
{
border-color: #7215BC;
}
</style>