Shades of Purple Heart #7F42CA
Tints of Purple Heart #7F42CA
RGB
CMYK
RGB Variations
Color information
#7F42CA (or 0x7F42CA) is known color: Purple Heart. HEX triplet: 7F, 42 and CA. RGB value is (127,66,202). Sum of RGB (Red+Green+Blue) = 127+66+202=395 (52% of max value = 765). Red value is 127 (50% from 255 or 32.15% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F42CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F42CA is #80BD35. Grayscale: #636363. Windows color (decimal): -8437046 or 13255295. OLE color: 13255295.
HSL color Cylindrical-coordinate representation of color #7F42CA: hue angle of 266.91º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F42CA is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 66 | 202 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.21 |
| HSL | 266.91º | 0.56% | 0.53% | - |
| HSV(B) | 266.91º | 0.67% | 0.79% | - |
| XYZ | 21.36 | 12.67 | 57.2 | - |
| YUV | 99.74 | 185.71 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 202 | 0.37 | 0.67 | 0 | 0.21 | 266.91 | 0.56 | 0.53 |
| Hex | 7F | 42 | CA | 25 | 43 | 0 | 15 | 10B | 38 | 35 |
| Octal | 177 | 102 | 312 | 45 | 103 | 0 | 25 | 413 | 70 | 65 |
| Binary | 1111111 | 1000010 | 11001010 | 100101 | 1000011 | 0 | 10101 | 100001011 | 111000 | 110101 |
Color Harmonies of #7F42CA
Complementary color
Monochromatic Colors of #7F42CA
Black with #7F42CA
Text Example
Text Example
White with #7F42CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F42CA; }
p { color: rgb(127,66,202); }
H1.HeaderClassName
{
color: #7F42CA;
}
.AnyTagClassName
{
color: #7F42CA;
}
</style>
background-color css
<style>
a { background-color: #7F42CA; }
a { background-color: rgb(127,66,202); }
div.DivClassName
{
background-color: #7F42CA;
}
.BgClassName
{
background-color: #7F42CA;
}
</style>
border-color css
<style>
span { border-color: #7F42CA; }
span { border-color: rgb(127,66,202); }
td.TdClassName
{
border-color: #7F42CA;
}
.TagClassName
{
border-color: #7F42CA;
}
</style>