Shades of Purple Heart #7F44CA
Tints of Purple Heart #7F44CA
RGB
CMYK
RGB Variations
Color information
#7F44CA (or 0x7F44CA) is known color: Purple Heart. HEX triplet: 7F, 44 and CA. RGB value is (127,68,202). Sum of RGB (Red+Green+Blue) = 127+68+202=397 (52% of max value = 765). Red value is 127 (50% from 255 or 31.99% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 202 (79.30% from 255 or 50.88% from 397); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F44CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F44CA is #80BB35. Grayscale: #646464. Windows color (decimal): -8436534 or 13255807. OLE color: 13255807.
HSL color Cylindrical-coordinate representation of color #7F44CA: hue angle of 266.42º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F44CA is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 68 | 202 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.21 |
| HSL | 266.42º | 0.56% | 0.53% | - |
| HSV(B) | 266.42º | 0.66% | 0.79% | - |
| XYZ | 21.48 | 12.91 | 57.24 | - |
| YUV | 100.92 | 185.05 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 68 | 202 | 0.37 | 0.66 | 0 | 0.21 | 266.42 | 0.56 | 0.53 |
| Hex | 7F | 44 | CA | 25 | 42 | 0 | 15 | 10A | 38 | 35 |
| Octal | 177 | 104 | 312 | 45 | 102 | 0 | 25 | 412 | 70 | 65 |
| Binary | 1111111 | 1000100 | 11001010 | 100101 | 1000010 | 0 | 10101 | 100001010 | 111000 | 110101 |
Color Harmonies of #7F44CA
Complementary color
Monochromatic Colors of #7F44CA
Black with #7F44CA
Text Example
Text Example
White with #7F44CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F44CA; }
p { color: rgb(127,68,202); }
H1.HeaderClassName
{
color: #7F44CA;
}
.AnyTagClassName
{
color: #7F44CA;
}
</style>
background-color css
<style>
a { background-color: #7F44CA; }
a { background-color: rgb(127,68,202); }
div.DivClassName
{
background-color: #7F44CA;
}
.BgClassName
{
background-color: #7F44CA;
}
</style>
border-color css
<style>
span { border-color: #7F44CA; }
span { border-color: rgb(127,68,202); }
td.TdClassName
{
border-color: #7F44CA;
}
.TagClassName
{
border-color: #7F44CA;
}
</style>