Shades of Purple Heart #7943CB
Tints of Purple Heart #7943CB
RGB
CMYK
RGB Variations
Color information
#7943CB (or 0x7943CB) is known color: Purple Heart. HEX triplet: 79, 43 and CB. RGB value is (121,67,203). Sum of RGB (Red+Green+Blue) = 121+67+203=391 (51% of max value = 765). Red value is 121 (47.66% from 255 or 30.95% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #7943CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7943CB is #86BC34. Grayscale: #626262. Windows color (decimal): -8830005 or 13321081. OLE color: 13321081.
HSL color Cylindrical-coordinate representation of color #7943CB: hue angle of 263.82º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7943CB is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 67 | 203 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.20 |
| HSL | 263.82º | 0.57% | 0.53% | - |
| HSV(B) | 263.82º | 0.67% | 0.8% | - |
| XYZ | 20.67 | 12.39 | 57.8 | - |
| YUV | 98.65 | 186.89 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 67 | 203 | 0.40 | 0.67 | 0 | 0.20 | 263.82 | 0.57 | 0.53 |
| Hex | 79 | 43 | CB | 28 | 43 | 0 | 14 | 108 | 39 | 35 |
| Octal | 171 | 103 | 313 | 50 | 103 | 0 | 24 | 410 | 71 | 65 |
| Binary | 1111001 | 1000011 | 11001011 | 101000 | 1000011 | 0 | 10100 | 100001000 | 111001 | 110101 |
Color Harmonies of #7943CB
Complementary color
Monochromatic Colors of #7943CB
Black with #7943CB
Text Example
Text Example
White with #7943CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7943CB; }
p { color: rgb(121,67,203); }
H1.HeaderClassName
{
color: #7943CB;
}
.AnyTagClassName
{
color: #7943CB;
}
</style>
background-color css
<style>
a { background-color: #7943CB; }
a { background-color: rgb(121,67,203); }
div.DivClassName
{
background-color: #7943CB;
}
.BgClassName
{
background-color: #7943CB;
}
</style>
border-color css
<style>
span { border-color: #7943CB; }
span { border-color: rgb(121,67,203); }
td.TdClassName
{
border-color: #7943CB;
}
.TagClassName
{
border-color: #7943CB;
}
</style>