Shades of Purple Heart #7337D6
Tints of Purple Heart #7337D6
RGB
CMYK
RGB Variations
Color information
#7337D6 (or 0x7337D6) is known color: Purple Heart. HEX triplet: 73, 37 and D6. RGB value is (115,55,214). Sum of RGB (Red+Green+Blue) = 115+55+214=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 214 (83.98% from 255 or 55.73% from 384); Max value from RGB is 214 - color contains mainly: blue. Hex color #7337D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7337D6 is #8CC829. Grayscale: #5A5A5A. Windows color (decimal): -9226282 or 14038899. OLE color: 14038899.
HSL color Cylindrical-coordinate representation of color #7337D6: hue angle of 262.64º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7337D6 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 55 | 214 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.16 |
| HSL | 262.64º | 0.66% | 0.53% | - |
| HSV(B) | 262.64º | 0.74% | 0.84% | - |
| XYZ | 20.57 | 11.23 | 64.7 | - |
| YUV | 91.07 | 197.38 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 214 | 0.46 | 0.74 | 0 | 0.16 | 262.64 | 0.66 | 0.53 |
| Hex | 73 | 37 | D6 | 2E | 4A | 0 | 10 | 107 | 42 | 35 |
| Octal | 163 | 67 | 326 | 56 | 112 | 0 | 20 | 407 | 102 | 65 |
| Binary | 1110011 | 110111 | 11010110 | 101110 | 1001010 | 0 | 10000 | 100000111 | 1000010 | 110101 |
Color Harmonies of #7337D6
Complementary color
Monochromatic Colors of #7337D6
Black with #7337D6
Text Example
Text Example
White with #7337D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7337D6; }
p { color: rgb(115,55,214); }
H1.HeaderClassName
{
color: #7337D6;
}
.AnyTagClassName
{
color: #7337D6;
}
</style>
background-color css
<style>
a { background-color: #7337D6; }
a { background-color: rgb(115,55,214); }
div.DivClassName
{
background-color: #7337D6;
}
.BgClassName
{
background-color: #7337D6;
}
</style>
border-color css
<style>
span { border-color: #7337D6; }
span { border-color: rgb(115,55,214); }
td.TdClassName
{
border-color: #7337D6;
}
.TagClassName
{
border-color: #7337D6;
}
</style>