Shades of Purple Heart #7213CB
Tints of Purple Heart #7213CB
RGB
CMYK
RGB Variations
Color information
#7213CB (or 0x7213CB) is known color: Purple Heart. HEX triplet: 72, 13 and CB. RGB value is (114,19,203). Sum of RGB (Red+Green+Blue) = 114+19+203=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #7213CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7213CB is #8DEC34. Grayscale: #434343. Windows color (decimal): -9301045 or 13308786. OLE color: 13308786.
HSL color Cylindrical-coordinate representation of color #7213CB: hue angle of 270.98º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7213CB is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 19 | 203 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.20 |
| HSL | 270.98º | 0.83% | 0.44% | - |
| HSV(B) | 270.98º | 0.91% | 0.8% | - |
| XYZ | 17.95 | 8.35 | 57.17 | - |
| YUV | 68.38 | 203.97 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 19 | 203 | 0.44 | 0.91 | 0 | 0.20 | 270.98 | 0.83 | 0.44 |
| Hex | 72 | 13 | CB | 2C | 5B | 0 | 14 | 10F | 53 | 2C |
| Octal | 162 | 23 | 313 | 54 | 133 | 0 | 24 | 417 | 123 | 54 |
| Binary | 1110010 | 10011 | 11001011 | 101100 | 1011011 | 0 | 10100 | 100001111 | 1010011 | 101100 |
Color Harmonies of #7213CB
Complementary color
Monochromatic Colors of #7213CB
Black with #7213CB
Text Example
Text Example
White with #7213CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7213CB; }
p { color: rgb(114,19,203); }
H1.HeaderClassName
{
color: #7213CB;
}
.AnyTagClassName
{
color: #7213CB;
}
</style>
background-color css
<style>
a { background-color: #7213CB; }
a { background-color: rgb(114,19,203); }
div.DivClassName
{
background-color: #7213CB;
}
.BgClassName
{
background-color: #7213CB;
}
</style>
border-color css
<style>
span { border-color: #7213CB; }
span { border-color: rgb(114,19,203); }
td.TdClassName
{
border-color: #7213CB;
}
.TagClassName
{
border-color: #7213CB;
}
</style>