Shades of Purple Heart #7F42C2
Tints of Purple Heart #7F42C2
RGB
CMYK
RGB Variations
Color information
#7F42C2 (or 0x7F42C2) is known color: Purple Heart. HEX triplet: 7F, 42 and C2. RGB value is (127,66,194). Sum of RGB (Red+Green+Blue) = 127+66+194=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 66 (26.17% from 255 or 17.05% from 387); Blue value is 194 (76.17% from 255 or 50.13% from 387); Max value from RGB is 194 - color contains mainly: blue. Hex color #7F42C2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F42C2 is #80BD3D. Grayscale: #626262. Windows color (decimal): -8437054 or 12731007. OLE color: 12731007.
HSL color Cylindrical-coordinate representation of color #7F42C2: hue angle of 268.59º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F42C2 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 66 | 194 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.24 |
| HSL | 268.59º | 0.51% | 0.51% | - |
| HSV(B) | 268.59º | 0.66% | 0.76% | - |
| XYZ | 20.44 | 12.3 | 52.34 | - |
| YUV | 98.83 | 181.71 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 194 | 0.35 | 0.66 | 0 | 0.24 | 268.59 | 0.51 | 0.51 |
| Hex | 7F | 42 | C2 | 23 | 42 | 0 | 18 | 10D | 33 | 33 |
| Octal | 177 | 102 | 302 | 43 | 102 | 0 | 30 | 415 | 63 | 63 |
| Binary | 1111111 | 1000010 | 11000010 | 100011 | 1000010 | 0 | 11000 | 100001101 | 110011 | 110011 |
Color Harmonies of #7F42C2
Complementary color
Monochromatic Colors of #7F42C2
Black with #7F42C2
Text Example
Text Example
White with #7F42C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F42C2; }
p { color: rgb(127,66,194); }
H1.HeaderClassName
{
color: #7F42C2;
}
.AnyTagClassName
{
color: #7F42C2;
}
</style>
background-color css
<style>
a { background-color: #7F42C2; }
a { background-color: rgb(127,66,194); }
div.DivClassName
{
background-color: #7F42C2;
}
.BgClassName
{
background-color: #7F42C2;
}
</style>
border-color css
<style>
span { border-color: #7F42C2; }
span { border-color: rgb(127,66,194); }
td.TdClassName
{
border-color: #7F42C2;
}
.TagClassName
{
border-color: #7F42C2;
}
</style>