Shades of Purple Heart #793BCF
Tints of Purple Heart #793BCF
RGB
CMYK
RGB Variations
Color information
#793BCF (or 0x793BCF) is known color: Purple Heart. HEX triplet: 79, 3B and CF. RGB value is (121,59,207). Sum of RGB (Red+Green+Blue) = 121+59+207=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 59 (23.44% from 255 or 15.25% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #793BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #793BCF is #86C430. Grayscale: #5D5D5D. Windows color (decimal): -8832049 or 13581177. OLE color: 13581177.
HSL color Cylindrical-coordinate representation of color #793BCF: hue angle of 265.14º degrees, saturation: 0.61, 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 #793BCF is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 59 | 207 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.19 |
| HSL | 265.14º | 0.61% | 0.52% | - |
| HSV(B) | 265.14º | 0.71% | 0.81% | - |
| XYZ | 20.71 | 11.7 | 60.2 | - |
| YUV | 94.41 | 191.54 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 59 | 207 | 0.42 | 0.71 | 0 | 0.19 | 265.14 | 0.61 | 0.52 |
| Hex | 79 | 3B | CF | 2A | 47 | 0 | 13 | 109 | 3D | 34 |
| Octal | 171 | 73 | 317 | 52 | 107 | 0 | 23 | 411 | 75 | 64 |
| Binary | 1111001 | 111011 | 11001111 | 101010 | 1000111 | 0 | 10011 | 100001001 | 111101 | 110100 |
Color Harmonies of #793BCF
Complementary color
Monochromatic Colors of #793BCF
Black with #793BCF
Text Example
Text Example
White with #793BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793BCF; }
p { color: rgb(121,59,207); }
H1.HeaderClassName
{
color: #793BCF;
}
.AnyTagClassName
{
color: #793BCF;
}
</style>
background-color css
<style>
a { background-color: #793BCF; }
a { background-color: rgb(121,59,207); }
div.DivClassName
{
background-color: #793BCF;
}
.BgClassName
{
background-color: #793BCF;
}
</style>
border-color css
<style>
span { border-color: #793BCF; }
span { border-color: rgb(121,59,207); }
td.TdClassName
{
border-color: #793BCF;
}
.TagClassName
{
border-color: #793BCF;
}
</style>