Shades of Purple Heart #7221CF
Tints of Purple Heart #7221CF
RGB
CMYK
RGB Variations
Color information
#7221CF (or 0x7221CF) is known color: Purple Heart. HEX triplet: 72, 21 and CF. RGB value is (114,33,207). Sum of RGB (Red+Green+Blue) = 114+33+207=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 33 (13.28% from 255 or 9.32% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #7221CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7221CF is #8DDE30. Grayscale: #4C4C4C. Windows color (decimal): -9297457 or 13574514. OLE color: 13574514.
HSL color Cylindrical-coordinate representation of color #7221CF: hue angle of 267.93º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7221CF is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 114 | 33 | 207 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.19 |
| HSL | 267.93º | 0.73% | 0.47% | - |
| HSV(B) | 267.93º | 0.84% | 0.81% | - |
| XYZ | 18.75 | 9.17 | 59.81 | - |
| YUV | 77.06 | 201.34 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 207 | 0.45 | 0.84 | 0 | 0.19 | 267.93 | 0.73 | 0.47 |
| Hex | 72 | 21 | CF | 2D | 54 | 0 | 13 | 10C | 48 | 2F |
| Octal | 162 | 41 | 317 | 55 | 124 | 0 | 23 | 414 | 110 | 57 |
| Binary | 1110010 | 100001 | 11001111 | 101101 | 1010100 | 0 | 10011 | 100001100 | 1001000 | 101111 |
Color Harmonies of #7221CF
Complementary color
Monochromatic Colors of #7221CF
Black with #7221CF
Text Example
Text Example
White with #7221CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7221CF; }
p { color: rgb(114,33,207); }
H1.HeaderClassName
{
color: #7221CF;
}
.AnyTagClassName
{
color: #7221CF;
}
</style>
background-color css
<style>
a { background-color: #7221CF; }
a { background-color: rgb(114,33,207); }
div.DivClassName
{
background-color: #7221CF;
}
.BgClassName
{
background-color: #7221CF;
}
</style>
border-color css
<style>
span { border-color: #7221CF; }
span { border-color: rgb(114,33,207); }
td.TdClassName
{
border-color: #7221CF;
}
.TagClassName
{
border-color: #7221CF;
}
</style>