Shades of Purple Heart #7724CE
Tints of Purple Heart #7724CE
RGB
CMYK
RGB Variations
Color information
#7724CE (or 0x7724CE) is known color: Purple Heart. HEX triplet: 77, 24 and CE. RGB value is (119,36,206). Sum of RGB (Red+Green+Blue) = 119+36+206=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 36 (14.45% from 255 or 9.97% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #7724CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7724CE is #88DB31. Grayscale: #4F4F4F. Windows color (decimal): -8969010 or 13509751. OLE color: 13509751.
HSL color Cylindrical-coordinate representation of color #7724CE: hue angle of 269.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7724CE is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 36 | 206 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.19 |
| HSL | 269.29º | 0.7% | 0.47% | - |
| HSV(B) | 269.29º | 0.83% | 0.81% | - |
| XYZ | 19.38 | 9.64 | 59.23 | - |
| YUV | 80.2 | 199 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 36 | 206 | 0.42 | 0.83 | 0 | 0.19 | 269.29 | 0.7 | 0.47 |
| Hex | 77 | 24 | CE | 2A | 53 | 0 | 13 | 10D | 46 | 2F |
| Octal | 167 | 44 | 316 | 52 | 123 | 0 | 23 | 415 | 106 | 57 |
| Binary | 1110111 | 100100 | 11001110 | 101010 | 1010011 | 0 | 10011 | 100001101 | 1000110 | 101111 |
Color Harmonies of #7724CE
Complementary color
Monochromatic Colors of #7724CE
Black with #7724CE
Text Example
Text Example
White with #7724CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7724CE; }
p { color: rgb(119,36,206); }
H1.HeaderClassName
{
color: #7724CE;
}
.AnyTagClassName
{
color: #7724CE;
}
</style>
background-color css
<style>
a { background-color: #7724CE; }
a { background-color: rgb(119,36,206); }
div.DivClassName
{
background-color: #7724CE;
}
.BgClassName
{
background-color: #7724CE;
}
</style>
border-color css
<style>
span { border-color: #7724CE; }
span { border-color: rgb(119,36,206); }
td.TdClassName
{
border-color: #7724CE;
}
.TagClassName
{
border-color: #7724CE;
}
</style>