Shades of Purple Heart #7943CE
Tints of Purple Heart #7943CE
RGB
CMYK
RGB Variations
Color information
#7943CE (or 0x7943CE) is known color: Purple Heart. HEX triplet: 79, 43 and CE. RGB value is (121,67,206). Sum of RGB (Red+Green+Blue) = 121+67+206=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #7943CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7943CE is #86BC31. Grayscale: #626262. Windows color (decimal): -8830002 or 13517689. OLE color: 13517689.
HSL color Cylindrical-coordinate representation of color #7943CE: hue angle of 263.31º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7943CE is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 67 | 206 | - |
| CMYK | 0.41 | 0.67 | 0 | 0.19 |
| HSL | 263.31º | 0.59% | 0.54% | - |
| HSV(B) | 263.31º | 0.67% | 0.81% | - |
| XYZ | 21.03 | 12.54 | 59.7 | - |
| YUV | 98.99 | 188.39 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 67 | 206 | 0.41 | 0.67 | 0 | 0.19 | 263.31 | 0.59 | 0.54 |
| Hex | 79 | 43 | CE | 29 | 43 | 0 | 13 | 107 | 3B | 36 |
| Octal | 171 | 103 | 316 | 51 | 103 | 0 | 23 | 407 | 73 | 66 |
| Binary | 1111001 | 1000011 | 11001110 | 101001 | 1000011 | 0 | 10011 | 100000111 | 111011 | 110110 |
Color Harmonies of #7943CE
Complementary color
Monochromatic Colors of #7943CE
Black with #7943CE
Text Example
Text Example
White with #7943CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7943CE; }
p { color: rgb(121,67,206); }
H1.HeaderClassName
{
color: #7943CE;
}
.AnyTagClassName
{
color: #7943CE;
}
</style>
background-color css
<style>
a { background-color: #7943CE; }
a { background-color: rgb(121,67,206); }
div.DivClassName
{
background-color: #7943CE;
}
.BgClassName
{
background-color: #7943CE;
}
</style>
border-color css
<style>
span { border-color: #7943CE; }
span { border-color: rgb(121,67,206); }
td.TdClassName
{
border-color: #7943CE;
}
.TagClassName
{
border-color: #7943CE;
}
</style>