Shades of Purple Heart #7721BD
Tints of Purple Heart #7721BD
RGB
CMYK
RGB Variations
Color information
#7721BD (or 0x7721BD) is known color: Purple Heart. HEX triplet: 77, 21 and BD. RGB value is (119,33,189). Sum of RGB (Red+Green+Blue) = 119+33+189=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #7721BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7721BD is #88DE42. Grayscale: #4B4B4B. Windows color (decimal): -8969795 or 12394871. OLE color: 12394871.
HSL color Cylindrical-coordinate representation of color #7721BD: hue angle of 273.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7721BD is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 33 | 189 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.26 |
| HSL | 273.08º | 0.7% | 0.44% | - |
| HSV(B) | 273.08º | 0.83% | 0.74% | - |
| XYZ | 17.34 | 8.68 | 48.91 | - |
| YUV | 76.5 | 191.49 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 33 | 189 | 0.37 | 0.83 | 0 | 0.26 | 273.08 | 0.7 | 0.44 |
| Hex | 77 | 21 | BD | 25 | 53 | 0 | 1A | 111 | 46 | 2C |
| Octal | 167 | 41 | 275 | 45 | 123 | 0 | 32 | 421 | 106 | 54 |
| Binary | 1110111 | 100001 | 10111101 | 100101 | 1010011 | 0 | 11010 | 100010001 | 1000110 | 101100 |
Color Harmonies of #7721BD
Complementary color
Monochromatic Colors of #7721BD
Black with #7721BD
Text Example
Text Example
White with #7721BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7721BD; }
p { color: rgb(119,33,189); }
H1.HeaderClassName
{
color: #7721BD;
}
.AnyTagClassName
{
color: #7721BD;
}
</style>
background-color css
<style>
a { background-color: #7721BD; }
a { background-color: rgb(119,33,189); }
div.DivClassName
{
background-color: #7721BD;
}
.BgClassName
{
background-color: #7721BD;
}
</style>
border-color css
<style>
span { border-color: #7721BD; }
span { border-color: rgb(119,33,189); }
td.TdClassName
{
border-color: #7721BD;
}
.TagClassName
{
border-color: #7721BD;
}
</style>