Shades of Purple Heart #7725BD
Tints of Purple Heart #7725BD
RGB
CMYK
RGB Variations
Color information
#7725BD (or 0x7725BD) is known color: Purple Heart. HEX triplet: 77, 25 and BD. RGB value is (119,37,189). Sum of RGB (Red+Green+Blue) = 119+37+189=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #7725BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7725BD is #88DA42. Grayscale: #4E4E4E. Windows color (decimal): -8968771 or 12395895. OLE color: 12395895.
HSL color Cylindrical-coordinate representation of color #7725BD: hue angle of 272.37º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7725BD is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 37 | 189 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.26 |
| HSL | 272.37º | 0.67% | 0.44% | - |
| HSV(B) | 272.37º | 0.8% | 0.74% | - |
| XYZ | 17.45 | 8.92 | 48.95 | - |
| YUV | 78.85 | 190.17 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 37 | 189 | 0.37 | 0.80 | 0 | 0.26 | 272.37 | 0.67 | 0.44 |
| Hex | 77 | 25 | BD | 25 | 50 | 0 | 1A | 110 | 43 | 2C |
| Octal | 167 | 45 | 275 | 45 | 120 | 0 | 32 | 420 | 103 | 54 |
| Binary | 1110111 | 100101 | 10111101 | 100101 | 1010000 | 0 | 11010 | 100010000 | 1000011 | 101100 |
Color Harmonies of #7725BD
Complementary color
Monochromatic Colors of #7725BD
Black with #7725BD
Text Example
Text Example
White with #7725BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7725BD; }
p { color: rgb(119,37,189); }
H1.HeaderClassName
{
color: #7725BD;
}
.AnyTagClassName
{
color: #7725BD;
}
</style>
background-color css
<style>
a { background-color: #7725BD; }
a { background-color: rgb(119,37,189); }
div.DivClassName
{
background-color: #7725BD;
}
.BgClassName
{
background-color: #7725BD;
}
</style>
border-color css
<style>
span { border-color: #7725BD; }
span { border-color: rgb(119,37,189); }
td.TdClassName
{
border-color: #7725BD;
}
.TagClassName
{
border-color: #7725BD;
}
</style>