Shades of Purple Heart #7215C4
Tints of Purple Heart #7215C4
RGB
CMYK
RGB Variations
Color information
#7215C4 (or 0x7215C4) is known color: Purple Heart. HEX triplet: 72, 15 and C4. RGB value is (114,21,196). Sum of RGB (Red+Green+Blue) = 114+21+196=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 21 (8.59% from 255 or 6.34% from 331); Blue value is 196 (76.95% from 255 or 59.21% from 331); Max value from RGB is 196 - color contains mainly: blue. Hex color #7215C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7215C4 is #8DEA3B. Grayscale: #444444. Windows color (decimal): -9300540 or 12850546. OLE color: 12850546.
HSL color Cylindrical-coordinate representation of color #7215C4: hue angle of 271.89º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7215C4 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 21 | 196 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.23 |
| HSL | 271.89º | 0.81% | 0.43% | - |
| HSV(B) | 271.89º | 0.89% | 0.77% | - |
| XYZ | 17.17 | 8.1 | 52.88 | - |
| YUV | 68.76 | 199.81 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 21 | 196 | 0.42 | 0.89 | 0 | 0.23 | 271.89 | 0.81 | 0.43 |
| Hex | 72 | 15 | C4 | 2A | 59 | 0 | 17 | 110 | 51 | 2B |
| Octal | 162 | 25 | 304 | 52 | 131 | 0 | 27 | 420 | 121 | 53 |
| Binary | 1110010 | 10101 | 11000100 | 101010 | 1011001 | 0 | 10111 | 100010000 | 1010001 | 101011 |
Color Harmonies of #7215C4
Complementary color
Monochromatic Colors of #7215C4
Black with #7215C4
Text Example
Text Example
White with #7215C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7215C4; }
p { color: rgb(114,21,196); }
H1.HeaderClassName
{
color: #7215C4;
}
.AnyTagClassName
{
color: #7215C4;
}
</style>
background-color css
<style>
a { background-color: #7215C4; }
a { background-color: rgb(114,21,196); }
div.DivClassName
{
background-color: #7215C4;
}
.BgClassName
{
background-color: #7215C4;
}
</style>
border-color css
<style>
span { border-color: #7215C4; }
span { border-color: rgb(114,21,196); }
td.TdClassName
{
border-color: #7215C4;
}
.TagClassName
{
border-color: #7215C4;
}
</style>