Shades of Purple Heart #7936CB
Tints of Purple Heart #7936CB
RGB
CMYK
RGB Variations
Color information
#7936CB (or 0x7936CB) is known color: Purple Heart. HEX triplet: 79, 36 and CB. RGB value is (121,54,203). Sum of RGB (Red+Green+Blue) = 121+54+203=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 54 (21.48% from 255 or 14.29% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #7936CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7936CB is #86C934. Grayscale: #5A5A5A. Windows color (decimal): -8833333 or 13317753. OLE color: 13317753.
HSL color Cylindrical-coordinate representation of color #7936CB: hue angle of 266.98º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7936CB is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 54 | 203 | - |
| CMYK | 0.40 | 0.73 | 0 | 0.20 |
| HSL | 266.98º | 0.59% | 0.5% | - |
| HSV(B) | 266.98º | 0.73% | 0.8% | - |
| XYZ | 19.98 | 11.02 | 57.57 | - |
| YUV | 91.02 | 191.2 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 54 | 203 | 0.40 | 0.73 | 0 | 0.20 | 266.98 | 0.59 | 0.5 |
| Hex | 79 | 36 | CB | 28 | 49 | 0 | 14 | 10B | 3B | 32 |
| Octal | 171 | 66 | 313 | 50 | 111 | 0 | 24 | 413 | 73 | 62 |
| Binary | 1111001 | 110110 | 11001011 | 101000 | 1001001 | 0 | 10100 | 100001011 | 111011 | 110010 |
Color Harmonies of #7936CB
Complementary color
Monochromatic Colors of #7936CB
Black with #7936CB
Text Example
Text Example
White with #7936CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7936CB; }
p { color: rgb(121,54,203); }
H1.HeaderClassName
{
color: #7936CB;
}
.AnyTagClassName
{
color: #7936CB;
}
</style>
background-color css
<style>
a { background-color: #7936CB; }
a { background-color: rgb(121,54,203); }
div.DivClassName
{
background-color: #7936CB;
}
.BgClassName
{
background-color: #7936CB;
}
</style>
border-color css
<style>
span { border-color: #7936CB; }
span { border-color: rgb(121,54,203); }
td.TdClassName
{
border-color: #7936CB;
}
.TagClassName
{
border-color: #7936CB;
}
</style>