Shades of Purple Heart #7922CB
Tints of Purple Heart #7922CB
RGB
CMYK
RGB Variations
Color information
#7922CB (or 0x7922CB) is known color: Purple Heart. HEX triplet: 79, 22 and CB. RGB value is (121,34,203). Sum of RGB (Red+Green+Blue) = 121+34+203=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #7922CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7922CB is #86DD34. Grayscale: #4E4E4E. Windows color (decimal): -8838453 or 13312633. OLE color: 13312633.
HSL color Cylindrical-coordinate representation of color #7922CB: hue angle of 270.89º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7922CB is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 34 | 203 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.20 |
| HSL | 270.89º | 0.71% | 0.46% | - |
| HSV(B) | 270.89º | 0.83% | 0.8% | - |
| XYZ | 19.24 | 9.52 | 57.32 | - |
| YUV | 79.28 | 197.82 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 34 | 203 | 0.40 | 0.83 | 0 | 0.20 | 270.89 | 0.71 | 0.46 |
| Hex | 79 | 22 | CB | 28 | 53 | 0 | 14 | 10F | 47 | 2E |
| Octal | 171 | 42 | 313 | 50 | 123 | 0 | 24 | 417 | 107 | 56 |
| Binary | 1111001 | 100010 | 11001011 | 101000 | 1010011 | 0 | 10100 | 100001111 | 1000111 | 101110 |
Color Harmonies of #7922CB
Complementary color
Monochromatic Colors of #7922CB
Black with #7922CB
Text Example
Text Example
White with #7922CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7922CB; }
p { color: rgb(121,34,203); }
H1.HeaderClassName
{
color: #7922CB;
}
.AnyTagClassName
{
color: #7922CB;
}
</style>
background-color css
<style>
a { background-color: #7922CB; }
a { background-color: rgb(121,34,203); }
div.DivClassName
{
background-color: #7922CB;
}
.BgClassName
{
background-color: #7922CB;
}
</style>
border-color css
<style>
span { border-color: #7922CB; }
span { border-color: rgb(121,34,203); }
td.TdClassName
{
border-color: #7922CB;
}
.TagClassName
{
border-color: #7922CB;
}
</style>