Shades of Purple Heart #7328C1
Tints of Purple Heart #7328C1
RGB
CMYK
RGB Variations
Color information
#7328C1 (or 0x7328C1) is known color: Purple Heart. HEX triplet: 73, 28 and C1. RGB value is (115,40,193). Sum of RGB (Red+Green+Blue) = 115+40+193=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 193 (75.78% from 255 or 55.46% from 348); Max value from RGB is 193 - color contains mainly: blue. Hex color #7328C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7328C1 is #8CD73E. Grayscale: #4F4F4F. Windows color (decimal): -9230143 or 12658803. OLE color: 12658803.
HSL color Cylindrical-coordinate representation of color #7328C1: hue angle of 269.41º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7328C1 is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 40 | 193 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.24 |
| HSL | 269.41º | 0.66% | 0.46% | - |
| HSV(B) | 269.41º | 0.79% | 0.76% | - |
| XYZ | 17.45 | 9.01 | 51.27 | - |
| YUV | 79.87 | 191.85 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 40 | 193 | 0.40 | 0.79 | 0 | 0.24 | 269.41 | 0.66 | 0.46 |
| Hex | 73 | 28 | C1 | 28 | 4F | 0 | 18 | 10D | 42 | 2E |
| Octal | 163 | 50 | 301 | 50 | 117 | 0 | 30 | 415 | 102 | 56 |
| Binary | 1110011 | 101000 | 11000001 | 101000 | 1001111 | 0 | 11000 | 100001101 | 1000010 | 101110 |
Color Harmonies of #7328C1
Complementary color
Monochromatic Colors of #7328C1
Black with #7328C1
Text Example
Text Example
White with #7328C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7328C1; }
p { color: rgb(115,40,193); }
H1.HeaderClassName
{
color: #7328C1;
}
.AnyTagClassName
{
color: #7328C1;
}
</style>
background-color css
<style>
a { background-color: #7328C1; }
a { background-color: rgb(115,40,193); }
div.DivClassName
{
background-color: #7328C1;
}
.BgClassName
{
background-color: #7328C1;
}
</style>
border-color css
<style>
span { border-color: #7328C1; }
span { border-color: rgb(115,40,193); }
td.TdClassName
{
border-color: #7328C1;
}
.TagClassName
{
border-color: #7328C1;
}
</style>