Shades of Purple Heart #7331BE
Tints of Purple Heart #7331BE
RGB
CMYK
RGB Variations
Color information
#7331BE (or 0x7331BE) is known color: Purple Heart. HEX triplet: 73, 31 and BE. RGB value is (115,49,190). Sum of RGB (Red+Green+Blue) = 115+49+190=354 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.49% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #7331BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7331BE is #8CCE41. Grayscale: #545454. Windows color (decimal): -9227842 or 12464499. OLE color: 12464499.
HSL color Cylindrical-coordinate representation of color #7331BE: hue angle of 268.09º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7331BE is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 49 | 190 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.25 |
| HSL | 268.09º | 0.59% | 0.47% | - |
| HSV(B) | 268.09º | 0.74% | 0.75% | - |
| XYZ | 17.46 | 9.56 | 49.64 | - |
| YUV | 84.81 | 187.37 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 190 | 0.39 | 0.74 | 0 | 0.25 | 268.09 | 0.59 | 0.47 |
| Hex | 73 | 31 | BE | 27 | 4A | 0 | 19 | 10C | 3B | 2F |
| Octal | 163 | 61 | 276 | 47 | 112 | 0 | 31 | 414 | 73 | 57 |
| Binary | 1110011 | 110001 | 10111110 | 100111 | 1001010 | 0 | 11001 | 100001100 | 111011 | 101111 |
Color Harmonies of #7331BE
Complementary color
Monochromatic Colors of #7331BE
Black with #7331BE
Text Example
Text Example
White with #7331BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7331BE; }
p { color: rgb(115,49,190); }
H1.HeaderClassName
{
color: #7331BE;
}
.AnyTagClassName
{
color: #7331BE;
}
</style>
background-color css
<style>
a { background-color: #7331BE; }
a { background-color: rgb(115,49,190); }
div.DivClassName
{
background-color: #7331BE;
}
.BgClassName
{
background-color: #7331BE;
}
</style>
border-color css
<style>
span { border-color: #7331BE; }
span { border-color: rgb(115,49,190); }
td.TdClassName
{
border-color: #7331BE;
}
.TagClassName
{
border-color: #7331BE;
}
</style>