Shades of Purple Heart #793FCB
Tints of Purple Heart #793FCB
RGB
CMYK
RGB Variations
Color information
#793FCB (or 0x793FCB) is known color: Purple Heart. HEX triplet: 79, 3F and CB. RGB value is (121,63,203). Sum of RGB (Red+Green+Blue) = 121+63+203=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #793FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793FCB is #86C034. Grayscale: #5F5F5F. Windows color (decimal): -8831029 or 13320057. OLE color: 13320057.
HSL color Cylindrical-coordinate representation of color #793FCB: hue angle of 264.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #793FCB is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 63 | 203 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.20 |
| HSL | 264.86º | 0.57% | 0.52% | - |
| HSV(B) | 264.86º | 0.69% | 0.8% | - |
| XYZ | 20.44 | 11.93 | 57.73 | - |
| YUV | 96.3 | 188.22 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 63 | 203 | 0.40 | 0.69 | 0 | 0.20 | 264.86 | 0.57 | 0.52 |
| Hex | 79 | 3F | CB | 28 | 45 | 0 | 14 | 109 | 39 | 34 |
| Octal | 171 | 77 | 313 | 50 | 105 | 0 | 24 | 411 | 71 | 64 |
| Binary | 1111001 | 111111 | 11001011 | 101000 | 1000101 | 0 | 10100 | 100001001 | 111001 | 110100 |
Color Harmonies of #793FCB
Complementary color
Monochromatic Colors of #793FCB
Black with #793FCB
Text Example
Text Example
White with #793FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793FCB; }
p { color: rgb(121,63,203); }
H1.HeaderClassName
{
color: #793FCB;
}
.AnyTagClassName
{
color: #793FCB;
}
</style>
background-color css
<style>
a { background-color: #793FCB; }
a { background-color: rgb(121,63,203); }
div.DivClassName
{
background-color: #793FCB;
}
.BgClassName
{
background-color: #793FCB;
}
</style>
border-color css
<style>
span { border-color: #793FCB; }
span { border-color: rgb(121,63,203); }
td.TdClassName
{
border-color: #793FCB;
}
.TagClassName
{
border-color: #793FCB;
}
</style>