Shades of Purple Heart #7335BC
Tints of Purple Heart #7335BC
RGB
CMYK
RGB Variations
Color information
#7335BC (or 0x7335BC) is known color: Purple Heart. HEX triplet: 73, 35 and BC. RGB value is (115,53,188). Sum of RGB (Red+Green+Blue) = 115+53+188=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #7335BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7335BC is #8CCA43. Grayscale: #565656. Windows color (decimal): -9226820 or 12334451. OLE color: 12334451.
HSL color Cylindrical-coordinate representation of color #7335BC: hue angle of 267.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7335BC is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 53 | 188 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.26 |
| HSL | 267.56º | 0.56% | 0.47% | - |
| HSV(B) | 267.56º | 0.72% | 0.74% | - |
| XYZ | 17.42 | 9.82 | 48.55 | - |
| YUV | 86.93 | 185.04 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 188 | 0.39 | 0.72 | 0 | 0.26 | 267.56 | 0.56 | 0.47 |
| Hex | 73 | 35 | BC | 27 | 48 | 0 | 1A | 10C | 38 | 2F |
| Octal | 163 | 65 | 274 | 47 | 110 | 0 | 32 | 414 | 70 | 57 |
| Binary | 1110011 | 110101 | 10111100 | 100111 | 1001000 | 0 | 11010 | 100001100 | 111000 | 101111 |
Color Harmonies of #7335BC
Complementary color
Monochromatic Colors of #7335BC
Black with #7335BC
Text Example
Text Example
White with #7335BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7335BC; }
p { color: rgb(115,53,188); }
H1.HeaderClassName
{
color: #7335BC;
}
.AnyTagClassName
{
color: #7335BC;
}
</style>
background-color css
<style>
a { background-color: #7335BC; }
a { background-color: rgb(115,53,188); }
div.DivClassName
{
background-color: #7335BC;
}
.BgClassName
{
background-color: #7335BC;
}
</style>
border-color css
<style>
span { border-color: #7335BC; }
span { border-color: rgb(115,53,188); }
td.TdClassName
{
border-color: #7335BC;
}
.TagClassName
{
border-color: #7335BC;
}
</style>