Shades of Purple Heart #793FBE
Tints of Purple Heart #793FBE
RGB
CMYK
RGB Variations
Color information
#793FBE (or 0x793FBE) is known color: Purple Heart. HEX triplet: 79, 3F and BE. RGB value is (121,63,190). Sum of RGB (Red+Green+Blue) = 121+63+190=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #793FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793FBE is #86C041. Grayscale: #5E5E5E. Windows color (decimal): -8831042 or 12468089. OLE color: 12468089.
HSL color Cylindrical-coordinate representation of color #793FBE: hue angle of 267.4º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #793FBE is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 63 | 190 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.25 |
| HSL | 267.4º | 0.5% | 0.5% | - |
| HSV(B) | 267.4º | 0.67% | 0.75% | - |
| XYZ | 18.96 | 11.34 | 49.9 | - |
| YUV | 94.82 | 181.72 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 63 | 190 | 0.36 | 0.67 | 0 | 0.25 | 267.4 | 0.5 | 0.5 |
| Hex | 79 | 3F | BE | 24 | 43 | 0 | 19 | 10B | 32 | 32 |
| Octal | 171 | 77 | 276 | 44 | 103 | 0 | 31 | 413 | 62 | 62 |
| Binary | 1111001 | 111111 | 10111110 | 100100 | 1000011 | 0 | 11001 | 100001011 | 110010 | 110010 |
Color Harmonies of #793FBE
Complementary color
Monochromatic Colors of #793FBE
Black with #793FBE
Text Example
Text Example
White with #793FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793FBE; }
p { color: rgb(121,63,190); }
H1.HeaderClassName
{
color: #793FBE;
}
.AnyTagClassName
{
color: #793FBE;
}
</style>
background-color css
<style>
a { background-color: #793FBE; }
a { background-color: rgb(121,63,190); }
div.DivClassName
{
background-color: #793FBE;
}
.BgClassName
{
background-color: #793FBE;
}
</style>
border-color css
<style>
span { border-color: #793FBE; }
span { border-color: rgb(121,63,190); }
td.TdClassName
{
border-color: #793FBE;
}
.TagClassName
{
border-color: #793FBE;
}
</style>