Shades of Purple Heart #7335BE
Tints of Purple Heart #7335BE
RGB
CMYK
RGB Variations
Color information
#7335BE (or 0x7335BE) is known color: Purple Heart. HEX triplet: 73, 35 and BE. RGB value is (115,53,190). Sum of RGB (Red+Green+Blue) = 115+53+190=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #7335BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7335BE is #8CCA41. Grayscale: #565656. Windows color (decimal): -9226818 or 12465523. OLE color: 12465523.
HSL color Cylindrical-coordinate representation of color #7335BE: hue angle of 267.15º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7335BE is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 53 | 190 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.25 |
| HSL | 267.15º | 0.56% | 0.48% | - |
| HSV(B) | 267.15º | 0.72% | 0.75% | - |
| XYZ | 17.64 | 9.91 | 49.7 | - |
| YUV | 87.16 | 186.04 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 53 | 190 | 0.39 | 0.72 | 0 | 0.25 | 267.15 | 0.56 | 0.48 |
| Hex | 73 | 35 | BE | 27 | 48 | 0 | 19 | 10B | 38 | 30 |
| Octal | 163 | 65 | 276 | 47 | 110 | 0 | 31 | 413 | 70 | 60 |
| Binary | 1110011 | 110101 | 10111110 | 100111 | 1001000 | 0 | 11001 | 100001011 | 111000 | 110000 |
Color Harmonies of #7335BE
Complementary color
Monochromatic Colors of #7335BE
Black with #7335BE
Text Example
Text Example
White with #7335BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7335BE; }
p { color: rgb(115,53,190); }
H1.HeaderClassName
{
color: #7335BE;
}
.AnyTagClassName
{
color: #7335BE;
}
</style>
background-color css
<style>
a { background-color: #7335BE; }
a { background-color: rgb(115,53,190); }
div.DivClassName
{
background-color: #7335BE;
}
.BgClassName
{
background-color: #7335BE;
}
</style>
border-color css
<style>
span { border-color: #7335BE; }
span { border-color: rgb(115,53,190); }
td.TdClassName
{
border-color: #7335BE;
}
.TagClassName
{
border-color: #7335BE;
}
</style>