Shades of Purple Heart #7233BB
Tints of Purple Heart #7233BB
RGB
CMYK
RGB Variations
Color information
#7233BB (or 0x7233BB) is known color: Purple Heart. HEX triplet: 72, 33 and BB. RGB value is (114,51,187). Sum of RGB (Red+Green+Blue) = 114+51+187=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 51 (20.31% from 255 or 14.49% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #7233BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7233BB is #8DCC44. Grayscale: #545454. Windows color (decimal): -9292869 or 12268402. OLE color: 12268402.
HSL color Cylindrical-coordinate representation of color #7233BB: hue angle of 267.79º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7233BB is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 51 | 187 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.27 |
| HSL | 267.79º | 0.57% | 0.47% | - |
| HSV(B) | 267.79º | 0.73% | 0.73% | - |
| XYZ | 17.09 | 9.53 | 47.95 | - |
| YUV | 85.34 | 185.37 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 187 | 0.39 | 0.73 | 0 | 0.27 | 267.79 | 0.57 | 0.47 |
| Hex | 72 | 33 | BB | 27 | 49 | 0 | 1B | 10C | 39 | 2F |
| Octal | 162 | 63 | 273 | 47 | 111 | 0 | 33 | 414 | 71 | 57 |
| Binary | 1110010 | 110011 | 10111011 | 100111 | 1001001 | 0 | 11011 | 100001100 | 111001 | 101111 |
Color Harmonies of #7233BB
Complementary color
Monochromatic Colors of #7233BB
Black with #7233BB
Text Example
Text Example
White with #7233BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7233BB; }
p { color: rgb(114,51,187); }
H1.HeaderClassName
{
color: #7233BB;
}
.AnyTagClassName
{
color: #7233BB;
}
</style>
background-color css
<style>
a { background-color: #7233BB; }
a { background-color: rgb(114,51,187); }
div.DivClassName
{
background-color: #7233BB;
}
.BgClassName
{
background-color: #7233BB;
}
</style>
border-color css
<style>
span { border-color: #7233BB; }
span { border-color: rgb(114,51,187); }
td.TdClassName
{
border-color: #7233BB;
}
.TagClassName
{
border-color: #7233BB;
}
</style>