Shades of Purple Heart #7435BB
Tints of Purple Heart #7435BB
RGB
CMYK
RGB Variations
Color information
#7435BB (or 0x7435BB) is known color: Purple Heart. HEX triplet: 74, 35 and BB. RGB value is (116,53,187). Sum of RGB (Red+Green+Blue) = 116+53+187=356 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.58% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #7435BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7435BB is #8BCA44. Grayscale: #565656. Windows color (decimal): -9161285 or 12268916. OLE color: 12268916.
HSL color Cylindrical-coordinate representation of color #7435BB: hue angle of 268.21º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7435BB is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 53 | 187 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.27 |
| HSL | 268.21º | 0.56% | 0.47% | - |
| HSV(B) | 268.21º | 0.72% | 0.73% | - |
| XYZ | 17.45 | 9.85 | 47.99 | - |
| YUV | 87.11 | 184.37 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 187 | 0.38 | 0.72 | 0 | 0.27 | 268.21 | 0.56 | 0.47 |
| Hex | 74 | 35 | BB | 26 | 48 | 0 | 1B | 10C | 38 | 2F |
| Octal | 164 | 65 | 273 | 46 | 110 | 0 | 33 | 414 | 70 | 57 |
| Binary | 1110100 | 110101 | 10111011 | 100110 | 1001000 | 0 | 11011 | 100001100 | 111000 | 101111 |
Color Harmonies of #7435BB
Complementary color
Monochromatic Colors of #7435BB
Black with #7435BB
Text Example
Text Example
White with #7435BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7435BB; }
p { color: rgb(116,53,187); }
H1.HeaderClassName
{
color: #7435BB;
}
.AnyTagClassName
{
color: #7435BB;
}
</style>
background-color css
<style>
a { background-color: #7435BB; }
a { background-color: rgb(116,53,187); }
div.DivClassName
{
background-color: #7435BB;
}
.BgClassName
{
background-color: #7435BB;
}
</style>
border-color css
<style>
span { border-color: #7435BB; }
span { border-color: rgb(116,53,187); }
td.TdClassName
{
border-color: #7435BB;
}
.TagClassName
{
border-color: #7435BB;
}
</style>