Shades of Purple Heart #7323BC
Tints of Purple Heart #7323BC
RGB
CMYK
RGB Variations
Color information
#7323BC (or 0x7323BC) is known color: Purple Heart. HEX triplet: 73, 23 and BC. RGB value is (115,35,188). Sum of RGB (Red+Green+Blue) = 115+35+188=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 188 (73.83% from 255 or 55.62% from 338); Max value from RGB is 188 - color contains mainly: blue. Hex color #7323BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7323BC is #8CDC43. Grayscale: #4B4B4B. Windows color (decimal): -9231428 or 12329843. OLE color: 12329843.
HSL color Cylindrical-coordinate representation of color #7323BC: hue angle of 271.37º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7323BC is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 35 | 188 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.26 |
| HSL | 271.37º | 0.69% | 0.44% | - |
| HSV(B) | 271.37º | 0.81% | 0.74% | - |
| XYZ | 16.75 | 8.48 | 48.33 | - |
| YUV | 76.36 | 191 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 35 | 188 | 0.39 | 0.81 | 0 | 0.26 | 271.37 | 0.69 | 0.44 |
| Hex | 73 | 23 | BC | 27 | 51 | 0 | 1A | 10F | 45 | 2C |
| Octal | 163 | 43 | 274 | 47 | 121 | 0 | 32 | 417 | 105 | 54 |
| Binary | 1110011 | 100011 | 10111100 | 100111 | 1010001 | 0 | 11010 | 100001111 | 1000101 | 101100 |
Color Harmonies of #7323BC
Complementary color
Monochromatic Colors of #7323BC
Black with #7323BC
Text Example
Text Example
White with #7323BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7323BC; }
p { color: rgb(115,35,188); }
H1.HeaderClassName
{
color: #7323BC;
}
.AnyTagClassName
{
color: #7323BC;
}
</style>
background-color css
<style>
a { background-color: #7323BC; }
a { background-color: rgb(115,35,188); }
div.DivClassName
{
background-color: #7323BC;
}
.BgClassName
{
background-color: #7323BC;
}
</style>
border-color css
<style>
span { border-color: #7323BC; }
span { border-color: rgb(115,35,188); }
td.TdClassName
{
border-color: #7323BC;
}
.TagClassName
{
border-color: #7323BC;
}
</style>