Shades of Purple Heart #7326BC
Tints of Purple Heart #7326BC
RGB
CMYK
RGB Variations
Color information
#7326BC (or 0x7326BC) is known color: Purple Heart. HEX triplet: 73, 26 and BC. RGB value is (115,38,188). Sum of RGB (Red+Green+Blue) = 115+38+188=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #7326BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7326BC is #8CD943. Grayscale: #4D4D4D. Windows color (decimal): -9230660 or 12330611. OLE color: 12330611.
HSL color Cylindrical-coordinate representation of color #7326BC: hue angle of 270.8º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7326BC is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 38 | 188 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.26 |
| HSL | 270.8º | 0.66% | 0.44% | - |
| HSV(B) | 270.8º | 0.8% | 0.74% | - |
| XYZ | 16.84 | 8.66 | 48.36 | - |
| YUV | 78.12 | 190.01 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 38 | 188 | 0.39 | 0.80 | 0 | 0.26 | 270.8 | 0.66 | 0.44 |
| Hex | 73 | 26 | BC | 27 | 50 | 0 | 1A | 10F | 42 | 2C |
| Octal | 163 | 46 | 274 | 47 | 120 | 0 | 32 | 417 | 102 | 54 |
| Binary | 1110011 | 100110 | 10111100 | 100111 | 1010000 | 0 | 11010 | 100001111 | 1000010 | 101100 |
Color Harmonies of #7326BC
Complementary color
Monochromatic Colors of #7326BC
Black with #7326BC
Text Example
Text Example
White with #7326BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7326BC; }
p { color: rgb(115,38,188); }
H1.HeaderClassName
{
color: #7326BC;
}
.AnyTagClassName
{
color: #7326BC;
}
</style>
background-color css
<style>
a { background-color: #7326BC; }
a { background-color: rgb(115,38,188); }
div.DivClassName
{
background-color: #7326BC;
}
.BgClassName
{
background-color: #7326BC;
}
</style>
border-color css
<style>
span { border-color: #7326BC; }
span { border-color: rgb(115,38,188); }
td.TdClassName
{
border-color: #7326BC;
}
.TagClassName
{
border-color: #7326BC;
}
</style>