Shades of Purple Heart #7727CA
Tints of Purple Heart #7727CA
RGB
CMYK
RGB Variations
Color information
#7727CA (or 0x7727CA) is known color: Purple Heart. HEX triplet: 77, 27 and CA. RGB value is (119,39,202). Sum of RGB (Red+Green+Blue) = 119+39+202=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #7727CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7727CA is #88D835. Grayscale: #505050. Windows color (decimal): -8968246 or 13248375. OLE color: 13248375.
HSL color Cylindrical-coordinate representation of color #7727CA: hue angle of 269.45º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7727CA is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 39 | 202 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.21 |
| HSL | 269.45º | 0.68% | 0.47% | - |
| HSV(B) | 269.45º | 0.81% | 0.79% | - |
| XYZ | 18.99 | 9.64 | 56.74 | - |
| YUV | 81.5 | 196 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 202 | 0.41 | 0.81 | 0 | 0.21 | 269.45 | 0.68 | 0.47 |
| Hex | 77 | 27 | CA | 29 | 51 | 0 | 15 | 10D | 44 | 2F |
| Octal | 167 | 47 | 312 | 51 | 121 | 0 | 25 | 415 | 104 | 57 |
| Binary | 1110111 | 100111 | 11001010 | 101001 | 1010001 | 0 | 10101 | 100001101 | 1000100 | 101111 |
Color Harmonies of #7727CA
Complementary color
Monochromatic Colors of #7727CA
Black with #7727CA
Text Example
Text Example
White with #7727CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7727CA; }
p { color: rgb(119,39,202); }
H1.HeaderClassName
{
color: #7727CA;
}
.AnyTagClassName
{
color: #7727CA;
}
</style>
background-color css
<style>
a { background-color: #7727CA; }
a { background-color: rgb(119,39,202); }
div.DivClassName
{
background-color: #7727CA;
}
.BgClassName
{
background-color: #7727CA;
}
</style>
border-color css
<style>
span { border-color: #7727CA; }
span { border-color: rgb(119,39,202); }
td.TdClassName
{
border-color: #7727CA;
}
.TagClassName
{
border-color: #7727CA;
}
</style>