Shades of Purple Heart #793FBD
Tints of Purple Heart #793FBD
RGB
CMYK
RGB Variations
Color information
#793FBD (or 0x793FBD) is known color: Purple Heart. HEX triplet: 79, 3F and BD. RGB value is (121,63,189). Sum of RGB (Red+Green+Blue) = 121+63+189=373 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.44% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #793FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793FBD is #86C042. Grayscale: #5E5E5E. Windows color (decimal): -8831043 or 12402553. OLE color: 12402553.
HSL color Cylindrical-coordinate representation of color #793FBD: hue angle of 267.62º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #793FBD is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 63 | 189 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.26 |
| HSL | 267.62º | 0.5% | 0.49% | - |
| HSV(B) | 267.62º | 0.67% | 0.74% | - |
| XYZ | 18.85 | 11.29 | 49.33 | - |
| YUV | 94.71 | 181.22 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 63 | 189 | 0.36 | 0.67 | 0 | 0.26 | 267.62 | 0.5 | 0.49 |
| Hex | 79 | 3F | BD | 24 | 43 | 0 | 1A | 10C | 32 | 31 |
| Octal | 171 | 77 | 275 | 44 | 103 | 0 | 32 | 414 | 62 | 61 |
| Binary | 1111001 | 111111 | 10111101 | 100100 | 1000011 | 0 | 11010 | 100001100 | 110010 | 110001 |
Color Harmonies of #793FBD
Complementary color
Monochromatic Colors of #793FBD
Black with #793FBD
Text Example
Text Example
White with #793FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793FBD; }
p { color: rgb(121,63,189); }
H1.HeaderClassName
{
color: #793FBD;
}
.AnyTagClassName
{
color: #793FBD;
}
</style>
background-color css
<style>
a { background-color: #793FBD; }
a { background-color: rgb(121,63,189); }
div.DivClassName
{
background-color: #793FBD;
}
.BgClassName
{
background-color: #793FBD;
}
</style>
border-color css
<style>
span { border-color: #793FBD; }
span { border-color: rgb(121,63,189); }
td.TdClassName
{
border-color: #793FBD;
}
.TagClassName
{
border-color: #793FBD;
}
</style>