Shades of Purple Heart #7726CF
Tints of Purple Heart #7726CF
RGB
CMYK
RGB Variations
Color information
#7726CF (or 0x7726CF) is known color: Purple Heart. HEX triplet: 77, 26 and CF. RGB value is (119,38,207). Sum of RGB (Red+Green+Blue) = 119+38+207=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #7726CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7726CF is #88D930. Grayscale: #505050. Windows color (decimal): -8968497 or 13575799. OLE color: 13575799.
HSL color Cylindrical-coordinate representation of color #7726CF: hue angle of 268.76º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7726CF is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 38 | 207 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.19 |
| HSL | 268.76º | 0.69% | 0.48% | - |
| HSV(B) | 268.76º | 0.82% | 0.81% | - |
| XYZ | 19.56 | 9.81 | 59.89 | - |
| YUV | 81.49 | 198.84 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 207 | 0.43 | 0.82 | 0 | 0.19 | 268.76 | 0.69 | 0.48 |
| Hex | 77 | 26 | CF | 2B | 52 | 0 | 13 | 10D | 45 | 30 |
| Octal | 167 | 46 | 317 | 53 | 122 | 0 | 23 | 415 | 105 | 60 |
| Binary | 1110111 | 100110 | 11001111 | 101011 | 1010010 | 0 | 10011 | 100001101 | 1000101 | 110000 |
Color Harmonies of #7726CF
Complementary color
Monochromatic Colors of #7726CF
Black with #7726CF
Text Example
Text Example
White with #7726CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7726CF; }
p { color: rgb(119,38,207); }
H1.HeaderClassName
{
color: #7726CF;
}
.AnyTagClassName
{
color: #7726CF;
}
</style>
background-color css
<style>
a { background-color: #7726CF; }
a { background-color: rgb(119,38,207); }
div.DivClassName
{
background-color: #7726CF;
}
.BgClassName
{
background-color: #7726CF;
}
</style>
border-color css
<style>
span { border-color: #7726CF; }
span { border-color: rgb(119,38,207); }
td.TdClassName
{
border-color: #7726CF;
}
.TagClassName
{
border-color: #7726CF;
}
</style>