Shades of Purple Heart #793CCF
Tints of Purple Heart #793CCF
RGB
CMYK
RGB Variations
Color information
#793CCF (or 0x793CCF) is known color: Purple Heart. HEX triplet: 79, 3C and CF. RGB value is (121,60,207). Sum of RGB (Red+Green+Blue) = 121+60+207=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 60 (23.83% from 255 or 15.46% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #793CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793CCF is #86C330. Grayscale: #5E5E5E. Windows color (decimal): -8831793 or 13581433. OLE color: 13581433.
HSL color Cylindrical-coordinate representation of color #793CCF: hue angle of 264.9º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #793CCF is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 60 | 207 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.19 |
| HSL | 264.9º | 0.6% | 0.52% | - |
| HSV(B) | 264.9º | 0.71% | 0.81% | - |
| XYZ | 20.76 | 11.8 | 60.22 | - |
| YUV | 95 | 191.21 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 60 | 207 | 0.42 | 0.71 | 0 | 0.19 | 264.9 | 0.6 | 0.52 |
| Hex | 79 | 3C | CF | 2A | 47 | 0 | 13 | 109 | 3C | 34 |
| Octal | 171 | 74 | 317 | 52 | 107 | 0 | 23 | 411 | 74 | 64 |
| Binary | 1111001 | 111100 | 11001111 | 101010 | 1000111 | 0 | 10011 | 100001001 | 111100 | 110100 |
Color Harmonies of #793CCF
Complementary color
Monochromatic Colors of #793CCF
Black with #793CCF
Text Example
Text Example
White with #793CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793CCF; }
p { color: rgb(121,60,207); }
H1.HeaderClassName
{
color: #793CCF;
}
.AnyTagClassName
{
color: #793CCF;
}
</style>
background-color css
<style>
a { background-color: #793CCF; }
a { background-color: rgb(121,60,207); }
div.DivClassName
{
background-color: #793CCF;
}
.BgClassName
{
background-color: #793CCF;
}
</style>
border-color css
<style>
span { border-color: #793CCF; }
span { border-color: rgb(121,60,207); }
td.TdClassName
{
border-color: #793CCF;
}
.TagClassName
{
border-color: #793CCF;
}
</style>