Shades of Purple Heart #7225BB
Tints of Purple Heart #7225BB
RGB
CMYK
RGB Variations
Color information
#7225BB (or 0x7225BB) is known color: Purple Heart. HEX triplet: 72, 25 and BB. RGB value is (114,37,187). Sum of RGB (Red+Green+Blue) = 114+37+187=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #7225BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7225BB is #8DDA44. Grayscale: #4C4C4C. Windows color (decimal): -9296453 or 12264818. OLE color: 12264818.
HSL color Cylindrical-coordinate representation of color #7225BB: hue angle of 270.8º 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 #7225BB is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 37 | 187 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.27 |
| HSL | 270.8º | 0.67% | 0.44% | - |
| HSV(B) | 270.8º | 0.8% | 0.73% | - |
| XYZ | 16.57 | 8.49 | 47.78 | - |
| YUV | 77.12 | 190.01 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 187 | 0.39 | 0.80 | 0 | 0.27 | 270.8 | 0.67 | 0.44 |
| Hex | 72 | 25 | BB | 27 | 50 | 0 | 1B | 10F | 43 | 2C |
| Octal | 162 | 45 | 273 | 47 | 120 | 0 | 33 | 417 | 103 | 54 |
| Binary | 1110010 | 100101 | 10111011 | 100111 | 1010000 | 0 | 11011 | 100001111 | 1000011 | 101100 |
Color Harmonies of #7225BB
Complementary color
Monochromatic Colors of #7225BB
Black with #7225BB
Text Example
Text Example
White with #7225BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7225BB; }
p { color: rgb(114,37,187); }
H1.HeaderClassName
{
color: #7225BB;
}
.AnyTagClassName
{
color: #7225BB;
}
</style>
background-color css
<style>
a { background-color: #7225BB; }
a { background-color: rgb(114,37,187); }
div.DivClassName
{
background-color: #7225BB;
}
.BgClassName
{
background-color: #7225BB;
}
</style>
border-color css
<style>
span { border-color: #7225BB; }
span { border-color: rgb(114,37,187); }
td.TdClassName
{
border-color: #7225BB;
}
.TagClassName
{
border-color: #7225BB;
}
</style>