Shades of Purple Heart #7314B1
Tints of Purple Heart #7314B1
RGB
CMYK
RGB Variations
Color information
#7314B1 (or 0x7314B1) is known color: Purple Heart. HEX triplet: 73, 14 and B1. RGB value is (115,20,177). Sum of RGB (Red+Green+Blue) = 115+20+177=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 177 (69.53% from 255 or 56.73% from 312); Max value from RGB is 177 - color contains mainly: blue. Hex color #7314B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7314B1 is #8CEB4E. Grayscale: #414141. Windows color (decimal): -9235279 or 11605107. OLE color: 11605107.
HSL color Cylindrical-coordinate representation of color #7314B1: hue angle of 276.31º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7314B1 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 20 | 177 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.31 |
| HSL | 276.31º | 0.8% | 0.39% | - |
| HSV(B) | 276.31º | 0.89% | 0.69% | - |
| XYZ | 15.26 | 7.32 | 42.2 | - |
| YUV | 66.3 | 190.47 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 177 | 0.35 | 0.89 | 0 | 0.31 | 276.31 | 0.8 | 0.39 |
| Hex | 73 | 14 | B1 | 23 | 59 | 0 | 1F | 114 | 50 | 27 |
| Octal | 163 | 24 | 261 | 43 | 131 | 0 | 37 | 424 | 120 | 47 |
| Binary | 1110011 | 10100 | 10110001 | 100011 | 1011001 | 0 | 11111 | 100010100 | 1010000 | 100111 |
Color Harmonies of #7314B1
Complementary color
Monochromatic Colors of #7314B1
Black with #7314B1
Text Example
Text Example
White with #7314B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7314B1; }
p { color: rgb(115,20,177); }
H1.HeaderClassName
{
color: #7314B1;
}
.AnyTagClassName
{
color: #7314B1;
}
</style>
background-color css
<style>
a { background-color: #7314B1; }
a { background-color: rgb(115,20,177); }
div.DivClassName
{
background-color: #7314B1;
}
.BgClassName
{
background-color: #7314B1;
}
</style>
border-color css
<style>
span { border-color: #7314B1; }
span { border-color: rgb(115,20,177); }
td.TdClassName
{
border-color: #7314B1;
}
.TagClassName
{
border-color: #7314B1;
}
</style>