Shades of Purple Heart #7335D0
Tints of Purple Heart #7335D0
RGB
CMYK
RGB Variations
Color information
#7335D0 (or 0x7335D0) is known color: Purple Heart. HEX triplet: 73, 35 and D0. RGB value is (115,53,208). Sum of RGB (Red+Green+Blue) = 115+53+208=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #7335D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7335D0 is #8CCA2F. Grayscale: #585858. Windows color (decimal): -9226800 or 13645171. OLE color: 13645171.
HSL color Cylindrical-coordinate representation of color #7335D0: hue angle of 264º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7335D0 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 53 | 208 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.18 |
| HSL | 264º | 0.62% | 0.51% | - |
| HSV(B) | 264º | 0.75% | 0.82% | - |
| XYZ | 19.73 | 10.75 | 60.71 | - |
| YUV | 89.21 | 195.04 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 208 | 0.45 | 0.75 | 0 | 0.18 | 264 | 0.62 | 0.51 |
| Hex | 73 | 35 | D0 | 2D | 4B | 0 | 12 | 108 | 3E | 33 |
| Octal | 163 | 65 | 320 | 55 | 113 | 0 | 22 | 410 | 76 | 63 |
| Binary | 1110011 | 110101 | 11010000 | 101101 | 1001011 | 0 | 10010 | 100001000 | 111110 | 110011 |
Color Harmonies of #7335D0
Complementary color
Monochromatic Colors of #7335D0
Black with #7335D0
Text Example
Text Example
White with #7335D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7335D0; }
p { color: rgb(115,53,208); }
H1.HeaderClassName
{
color: #7335D0;
}
.AnyTagClassName
{
color: #7335D0;
}
</style>
background-color css
<style>
a { background-color: #7335D0; }
a { background-color: rgb(115,53,208); }
div.DivClassName
{
background-color: #7335D0;
}
.BgClassName
{
background-color: #7335D0;
}
</style>
border-color css
<style>
span { border-color: #7335D0; }
span { border-color: rgb(115,53,208); }
td.TdClassName
{
border-color: #7335D0;
}
.TagClassName
{
border-color: #7335D0;
}
</style>