Shades of Purple Heart #7932CB
Tints of Purple Heart #7932CB
RGB
CMYK
RGB Variations
Color information
#7932CB (or 0x7932CB) is known color: Purple Heart. HEX triplet: 79, 32 and CB. RGB value is (121,50,203). Sum of RGB (Red+Green+Blue) = 121+50+203=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #7932CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7932CB is #86CD34. Grayscale: #585858. Windows color (decimal): -8834357 or 13316729. OLE color: 13316729.
HSL color Cylindrical-coordinate representation of color #7932CB: hue angle of 267.84º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7932CB is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 50 | 203 | - |
| CMYK | 0.40 | 0.75 | 0 | 0.20 |
| HSL | 267.84º | 0.6% | 0.5% | - |
| HSV(B) | 267.84º | 0.75% | 0.8% | - |
| XYZ | 19.81 | 10.66 | 57.51 | - |
| YUV | 88.67 | 192.52 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 50 | 203 | 0.40 | 0.75 | 0 | 0.20 | 267.84 | 0.6 | 0.5 |
| Hex | 79 | 32 | CB | 28 | 4B | 0 | 14 | 10C | 3C | 32 |
| Octal | 171 | 62 | 313 | 50 | 113 | 0 | 24 | 414 | 74 | 62 |
| Binary | 1111001 | 110010 | 11001011 | 101000 | 1001011 | 0 | 10100 | 100001100 | 111100 | 110010 |
Color Harmonies of #7932CB
Complementary color
Monochromatic Colors of #7932CB
Black with #7932CB
Text Example
Text Example
White with #7932CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7932CB; }
p { color: rgb(121,50,203); }
H1.HeaderClassName
{
color: #7932CB;
}
.AnyTagClassName
{
color: #7932CB;
}
</style>
background-color css
<style>
a { background-color: #7932CB; }
a { background-color: rgb(121,50,203); }
div.DivClassName
{
background-color: #7932CB;
}
.BgClassName
{
background-color: #7932CB;
}
</style>
border-color css
<style>
span { border-color: #7932CB; }
span { border-color: rgb(121,50,203); }
td.TdClassName
{
border-color: #7932CB;
}
.TagClassName
{
border-color: #7932CB;
}
</style>