Shades of Purple Heart #7938CE
Tints of Purple Heart #7938CE
RGB
CMYK
RGB Variations
Color information
#7938CE (or 0x7938CE) is known color: Purple Heart. HEX triplet: 79, 38 and CE. RGB value is (121,56,206). Sum of RGB (Red+Green+Blue) = 121+56+206=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #7938CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7938CE is #86C731. Grayscale: #5C5C5C. Windows color (decimal): -8832818 or 13514873. OLE color: 13514873.
HSL color Cylindrical-coordinate representation of color #7938CE: hue angle of 266º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7938CE is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 56 | 206 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.19 |
| HSL | 266º | 0.6% | 0.51% | - |
| HSV(B) | 266º | 0.73% | 0.81% | - |
| XYZ | 20.44 | 11.35 | 59.51 | - |
| YUV | 92.54 | 192.03 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 56 | 206 | 0.41 | 0.73 | 0 | 0.19 | 266 | 0.6 | 0.51 |
| Hex | 79 | 38 | CE | 29 | 49 | 0 | 13 | 10A | 3C | 33 |
| Octal | 171 | 70 | 316 | 51 | 111 | 0 | 23 | 412 | 74 | 63 |
| Binary | 1111001 | 111000 | 11001110 | 101001 | 1001001 | 0 | 10011 | 100001010 | 111100 | 110011 |
Color Harmonies of #7938CE
Complementary color
Monochromatic Colors of #7938CE
Black with #7938CE
Text Example
Text Example
White with #7938CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7938CE; }
p { color: rgb(121,56,206); }
H1.HeaderClassName
{
color: #7938CE;
}
.AnyTagClassName
{
color: #7938CE;
}
</style>
background-color css
<style>
a { background-color: #7938CE; }
a { background-color: rgb(121,56,206); }
div.DivClassName
{
background-color: #7938CE;
}
.BgClassName
{
background-color: #7938CE;
}
</style>
border-color css
<style>
span { border-color: #7938CE; }
span { border-color: rgb(121,56,206); }
td.TdClassName
{
border-color: #7938CE;
}
.TagClassName
{
border-color: #7938CE;
}
</style>