Shades of Purple Heart #7725BA
Tints of Purple Heart #7725BA
RGB
CMYK
RGB Variations
Color information
#7725BA (or 0x7725BA) is known color: Purple Heart. HEX triplet: 77, 25 and BA. RGB value is (119,37,186). Sum of RGB (Red+Green+Blue) = 119+37+186=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #7725BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7725BA is #88DA45. Grayscale: #4D4D4D. Windows color (decimal): -8968774 or 12199287. OLE color: 12199287.
HSL color Cylindrical-coordinate representation of color #7725BA: hue angle of 273.02º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7725BA is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 119 | 37 | 186 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.27 |
| HSL | 273.02º | 0.67% | 0.44% | - |
| HSV(B) | 273.02º | 0.8% | 0.73% | - |
| XYZ | 17.13 | 8.79 | 47.25 | - |
| YUV | 78.5 | 188.67 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 37 | 186 | 0.36 | 0.80 | 0 | 0.27 | 273.02 | 0.67 | 0.44 |
| Hex | 77 | 25 | BA | 24 | 50 | 0 | 1B | 111 | 43 | 2C |
| Octal | 167 | 45 | 272 | 44 | 120 | 0 | 33 | 421 | 103 | 54 |
| Binary | 1110111 | 100101 | 10111010 | 100100 | 1010000 | 0 | 11011 | 100010001 | 1000011 | 101100 |
Color Harmonies of #7725BA
Complementary color
Monochromatic Colors of #7725BA
Black with #7725BA
Text Example
Text Example
White with #7725BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7725BA; }
p { color: rgb(119,37,186); }
H1.HeaderClassName
{
color: #7725BA;
}
.AnyTagClassName
{
color: #7725BA;
}
</style>
background-color css
<style>
a { background-color: #7725BA; }
a { background-color: rgb(119,37,186); }
div.DivClassName
{
background-color: #7725BA;
}
.BgClassName
{
background-color: #7725BA;
}
</style>
border-color css
<style>
span { border-color: #7725BA; }
span { border-color: rgb(119,37,186); }
td.TdClassName
{
border-color: #7725BA;
}
.TagClassName
{
border-color: #7725BA;
}
</style>