Shades of Purple Heart #7938CF
Tints of Purple Heart #7938CF
RGB
CMYK
RGB Variations
Color information
#7938CF (or 0x7938CF) is known color: Purple Heart. HEX triplet: 79, 38 and CF. RGB value is (121,56,207). Sum of RGB (Red+Green+Blue) = 121+56+207=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #7938CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7938CF is #86C730. Grayscale: #5C5C5C. Windows color (decimal): -8832817 or 13580409. OLE color: 13580409.
HSL color Cylindrical-coordinate representation of color #7938CF: hue angle of 265.83º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7938CF is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 56 | 207 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.19 |
| HSL | 265.83º | 0.61% | 0.52% | - |
| HSV(B) | 265.83º | 0.73% | 0.81% | - |
| XYZ | 20.56 | 11.4 | 60.15 | - |
| YUV | 92.65 | 192.53 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 56 | 207 | 0.42 | 0.73 | 0 | 0.19 | 265.83 | 0.61 | 0.52 |
| Hex | 79 | 38 | CF | 2A | 49 | 0 | 13 | 10A | 3D | 34 |
| Octal | 171 | 70 | 317 | 52 | 111 | 0 | 23 | 412 | 75 | 64 |
| Binary | 1111001 | 111000 | 11001111 | 101010 | 1001001 | 0 | 10011 | 100001010 | 111101 | 110100 |
Color Harmonies of #7938CF
Complementary color
Monochromatic Colors of #7938CF
Black with #7938CF
Text Example
Text Example
White with #7938CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7938CF; }
p { color: rgb(121,56,207); }
H1.HeaderClassName
{
color: #7938CF;
}
.AnyTagClassName
{
color: #7938CF;
}
</style>
background-color css
<style>
a { background-color: #7938CF; }
a { background-color: rgb(121,56,207); }
div.DivClassName
{
background-color: #7938CF;
}
.BgClassName
{
background-color: #7938CF;
}
</style>
border-color css
<style>
span { border-color: #7938CF; }
span { border-color: rgb(121,56,207); }
td.TdClassName
{
border-color: #7938CF;
}
.TagClassName
{
border-color: #7938CF;
}
</style>