Shades of Purple Heart #7225BF
Tints of Purple Heart #7225BF
RGB
CMYK
RGB Variations
Color information
#7225BF (or 0x7225BF) is known color: Purple Heart. HEX triplet: 72, 25 and BF. RGB value is (114,37,191). Sum of RGB (Red+Green+Blue) = 114+37+191=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #7225BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7225BF is #8DDA40. Grayscale: #4D4D4D. Windows color (decimal): -9296449 or 12526962. OLE color: 12526962.
HSL color Cylindrical-coordinate representation of color #7225BF: hue angle of 270º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7225BF is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 37 | 191 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.25 |
| HSL | 270º | 0.68% | 0.45% | - |
| HSV(B) | 270º | 0.81% | 0.75% | - |
| XYZ | 17 | 8.66 | 50.07 | - |
| YUV | 77.58 | 192.01 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 191 | 0.40 | 0.81 | 0 | 0.25 | 270 | 0.68 | 0.45 |
| Hex | 72 | 25 | BF | 28 | 51 | 0 | 19 | 10E | 44 | 2D |
| Octal | 162 | 45 | 277 | 50 | 121 | 0 | 31 | 416 | 104 | 55 |
| Binary | 1110010 | 100101 | 10111111 | 101000 | 1010001 | 0 | 11001 | 100001110 | 1000100 | 101101 |
Color Harmonies of #7225BF
Complementary color
Monochromatic Colors of #7225BF
Black with #7225BF
Text Example
Text Example
White with #7225BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7225BF; }
p { color: rgb(114,37,191); }
H1.HeaderClassName
{
color: #7225BF;
}
.AnyTagClassName
{
color: #7225BF;
}
</style>
background-color css
<style>
a { background-color: #7225BF; }
a { background-color: rgb(114,37,191); }
div.DivClassName
{
background-color: #7225BF;
}
.BgClassName
{
background-color: #7225BF;
}
</style>
border-color css
<style>
span { border-color: #7225BF; }
span { border-color: rgb(114,37,191); }
td.TdClassName
{
border-color: #7225BF;
}
.TagClassName
{
border-color: #7225BF;
}
</style>