Shades of Purple Heart #793DCB
Tints of Purple Heart #793DCB
RGB
CMYK
RGB Variations
Color information
#793DCB (or 0x793DCB) is known color: Purple Heart. HEX triplet: 79, 3D and CB. RGB value is (121,61,203). Sum of RGB (Red+Green+Blue) = 121+61+203=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #793DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793DCB is #86C234. Grayscale: #5E5E5E. Windows color (decimal): -8831541 or 13319545. OLE color: 13319545.
HSL color Cylindrical-coordinate representation of color #793DCB: hue angle of 265.35º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #793DCB is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 61 | 203 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.20 |
| HSL | 265.35º | 0.58% | 0.52% | - |
| HSV(B) | 265.35º | 0.7% | 0.8% | - |
| XYZ | 20.33 | 11.71 | 57.69 | - |
| YUV | 95.13 | 188.88 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 61 | 203 | 0.40 | 0.70 | 0 | 0.20 | 265.35 | 0.58 | 0.52 |
| Hex | 79 | 3D | CB | 28 | 46 | 0 | 14 | 109 | 3A | 34 |
| Octal | 171 | 75 | 313 | 50 | 106 | 0 | 24 | 411 | 72 | 64 |
| Binary | 1111001 | 111101 | 11001011 | 101000 | 1000110 | 0 | 10100 | 100001001 | 111010 | 110100 |
Color Harmonies of #793DCB
Complementary color
Monochromatic Colors of #793DCB
Black with #793DCB
Text Example
Text Example
White with #793DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793DCB; }
p { color: rgb(121,61,203); }
H1.HeaderClassName
{
color: #793DCB;
}
.AnyTagClassName
{
color: #793DCB;
}
</style>
background-color css
<style>
a { background-color: #793DCB; }
a { background-color: rgb(121,61,203); }
div.DivClassName
{
background-color: #793DCB;
}
.BgClassName
{
background-color: #793DCB;
}
</style>
border-color css
<style>
span { border-color: #793DCB; }
span { border-color: rgb(121,61,203); }
td.TdClassName
{
border-color: #793DCB;
}
.TagClassName
{
border-color: #793DCB;
}
</style>