Shades of Purple Heart #7210C4
Tints of Purple Heart #7210C4
RGB
CMYK
RGB Variations
Color information
#7210C4 (or 0x7210C4) is known color: Purple Heart. HEX triplet: 72, 10 and C4. RGB value is (114,16,196). Sum of RGB (Red+Green+Blue) = 114+16+196=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 196 (76.95% from 255 or 60.12% from 326); Max value from RGB is 196 - color contains mainly: blue. Hex color #7210C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7210C4 is #8DEF3B. Grayscale: #414141. Windows color (decimal): -9301820 or 12849266. OLE color: 12849266.
HSL color Cylindrical-coordinate representation of color #7210C4: hue angle of 272.67º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7210C4 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 114 | 16 | 196 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.23 |
| HSL | 272.67º | 0.85% | 0.42% | - |
| HSV(B) | 272.67º | 0.92% | 0.77% | - |
| XYZ | 17.09 | 7.93 | 52.86 | - |
| YUV | 65.82 | 201.47 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 16 | 196 | 0.42 | 0.92 | 0 | 0.23 | 272.67 | 0.85 | 0.42 |
| Hex | 72 | 10 | C4 | 2A | 5C | 0 | 17 | 111 | 55 | 2A |
| Octal | 162 | 20 | 304 | 52 | 134 | 0 | 27 | 421 | 125 | 52 |
| Binary | 1110010 | 10000 | 11000100 | 101010 | 1011100 | 0 | 10111 | 100010001 | 1010101 | 101010 |
Color Harmonies of #7210C4
Complementary color
Monochromatic Colors of #7210C4
Black with #7210C4
Text Example
Text Example
White with #7210C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7210C4; }
p { color: rgb(114,16,196); }
H1.HeaderClassName
{
color: #7210C4;
}
.AnyTagClassName
{
color: #7210C4;
}
</style>
background-color css
<style>
a { background-color: #7210C4; }
a { background-color: rgb(114,16,196); }
div.DivClassName
{
background-color: #7210C4;
}
.BgClassName
{
background-color: #7210C4;
}
</style>
border-color css
<style>
span { border-color: #7210C4; }
span { border-color: rgb(114,16,196); }
td.TdClassName
{
border-color: #7210C4;
}
.TagClassName
{
border-color: #7210C4;
}
</style>