Shades of Purple Heart #7328BC
Tints of Purple Heart #7328BC
RGB
CMYK
RGB Variations
Color information
#7328BC (or 0x7328BC) is known color: Purple Heart. HEX triplet: 73, 28 and BC. RGB value is (115,40,188). Sum of RGB (Red+Green+Blue) = 115+40+188=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 188 (73.83% from 255 or 54.81% from 343); Max value from RGB is 188 - color contains mainly: blue. Hex color #7328BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7328BC is #8CD743. Grayscale: #4E4E4E. Windows color (decimal): -9230148 or 12331123. OLE color: 12331123.
HSL color Cylindrical-coordinate representation of color #7328BC: hue angle of 270.41º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7328BC is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 40 | 188 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.26 |
| HSL | 270.41º | 0.65% | 0.45% | - |
| HSV(B) | 270.41º | 0.79% | 0.74% | - |
| XYZ | 16.91 | 8.79 | 48.38 | - |
| YUV | 79.3 | 189.35 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 188 | 0.39 | 0.79 | 0 | 0.26 | 270.41 | 0.65 | 0.45 |
| Hex | 73 | 28 | BC | 27 | 4F | 0 | 1A | 10E | 41 | 2D |
| Octal | 163 | 50 | 274 | 47 | 117 | 0 | 32 | 416 | 101 | 55 |
| Binary | 1110011 | 101000 | 10111100 | 100111 | 1001111 | 0 | 11010 | 100001110 | 1000001 | 101101 |
Color Harmonies of #7328BC
Complementary color
Monochromatic Colors of #7328BC
Black with #7328BC
Text Example
Text Example
White with #7328BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7328BC; }
p { color: rgb(115,40,188); }
H1.HeaderClassName
{
color: #7328BC;
}
.AnyTagClassName
{
color: #7328BC;
}
</style>
background-color css
<style>
a { background-color: #7328BC; }
a { background-color: rgb(115,40,188); }
div.DivClassName
{
background-color: #7328BC;
}
.BgClassName
{
background-color: #7328BC;
}
</style>
border-color css
<style>
span { border-color: #7328BC; }
span { border-color: rgb(115,40,188); }
td.TdClassName
{
border-color: #7328BC;
}
.TagClassName
{
border-color: #7328BC;
}
</style>