Shades of Purple Heart #7328BF
Tints of Purple Heart #7328BF
RGB
CMYK
RGB Variations
Color information
#7328BF (or 0x7328BF) is known color: Purple Heart. HEX triplet: 73, 28 and BF. RGB value is (115,40,191). Sum of RGB (Red+Green+Blue) = 115+40+191=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 191 (75% from 255 or 55.20% from 346); Max value from RGB is 191 - color contains mainly: blue. Hex color #7328BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7328BF is #8CD740. Grayscale: #4F4F4F. Windows color (decimal): -9230145 or 12527731. OLE color: 12527731.
HSL color Cylindrical-coordinate representation of color #7328BF: hue angle of 269.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7328BF is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 40 | 191 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.25 |
| HSL | 269.8º | 0.65% | 0.45% | - |
| HSV(B) | 269.8º | 0.79% | 0.75% | - |
| XYZ | 17.23 | 8.92 | 50.1 | - |
| YUV | 79.64 | 190.85 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 191 | 0.40 | 0.79 | 0 | 0.25 | 269.8 | 0.65 | 0.45 |
| Hex | 73 | 28 | BF | 28 | 4F | 0 | 19 | 10E | 41 | 2D |
| Octal | 163 | 50 | 277 | 50 | 117 | 0 | 31 | 416 | 101 | 55 |
| Binary | 1110011 | 101000 | 10111111 | 101000 | 1001111 | 0 | 11001 | 100001110 | 1000001 | 101101 |
Color Harmonies of #7328BF
Complementary color
Monochromatic Colors of #7328BF
Black with #7328BF
Text Example
Text Example
White with #7328BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7328BF; }
p { color: rgb(115,40,191); }
H1.HeaderClassName
{
color: #7328BF;
}
.AnyTagClassName
{
color: #7328BF;
}
</style>
background-color css
<style>
a { background-color: #7328BF; }
a { background-color: rgb(115,40,191); }
div.DivClassName
{
background-color: #7328BF;
}
.BgClassName
{
background-color: #7328BF;
}
</style>
border-color css
<style>
span { border-color: #7328BF; }
span { border-color: rgb(115,40,191); }
td.TdClassName
{
border-color: #7328BF;
}
.TagClassName
{
border-color: #7328BF;
}
</style>