Shades of Purple Heart #7335D6
Tints of Purple Heart #7335D6
RGB
CMYK
RGB Variations
Color information
#7335D6 (or 0x7335D6) is known color: Purple Heart. HEX triplet: 73, 35 and D6. RGB value is (115,53,214). Sum of RGB (Red+Green+Blue) = 115+53+214=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 214 (83.98% from 255 or 56.02% from 382); Max value from RGB is 214 - color contains mainly: blue. Hex color #7335D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7335D6 is #8CCA29. Grayscale: #595959. Windows color (decimal): -9226794 or 14038387. OLE color: 14038387.
HSL color Cylindrical-coordinate representation of color #7335D6: hue angle of 263.11º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7335D6 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 53 | 214 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.16 |
| HSL | 263.11º | 0.66% | 0.52% | - |
| HSV(B) | 263.11º | 0.75% | 0.84% | - |
| XYZ | 20.48 | 11.05 | 64.67 | - |
| YUV | 89.89 | 198.04 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 214 | 0.46 | 0.75 | 0 | 0.16 | 263.11 | 0.66 | 0.52 |
| Hex | 73 | 35 | D6 | 2E | 4B | 0 | 10 | 107 | 42 | 34 |
| Octal | 163 | 65 | 326 | 56 | 113 | 0 | 20 | 407 | 102 | 64 |
| Binary | 1110011 | 110101 | 11010110 | 101110 | 1001011 | 0 | 10000 | 100000111 | 1000010 | 110100 |
Color Harmonies of #7335D6
Complementary color
Monochromatic Colors of #7335D6
Black with #7335D6
Text Example
Text Example
White with #7335D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7335D6; }
p { color: rgb(115,53,214); }
H1.HeaderClassName
{
color: #7335D6;
}
.AnyTagClassName
{
color: #7335D6;
}
</style>
background-color css
<style>
a { background-color: #7335D6; }
a { background-color: rgb(115,53,214); }
div.DivClassName
{
background-color: #7335D6;
}
.BgClassName
{
background-color: #7335D6;
}
</style>
border-color css
<style>
span { border-color: #7335D6; }
span { border-color: rgb(115,53,214); }
td.TdClassName
{
border-color: #7335D6;
}
.TagClassName
{
border-color: #7335D6;
}
</style>