Shades of Purple Heart #7435C7
Tints of Purple Heart #7435C7
RGB
CMYK
RGB Variations
Color information
#7435C7 (or 0x7435C7) is known color: Purple Heart. HEX triplet: 74, 35 and C7. RGB value is (116,53,199). Sum of RGB (Red+Green+Blue) = 116+53+199=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 199 (78.12% from 255 or 54.08% from 368); Max value from RGB is 199 - color contains mainly: blue. Hex color #7435C7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7435C7 is #8BCA38. Grayscale: #575757. Windows color (decimal): -9161273 or 13055348. OLE color: 13055348.
HSL color Cylindrical-coordinate representation of color #7435C7: hue angle of 265.89º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7435C7 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 53 | 199 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.22 |
| HSL | 265.89º | 0.58% | 0.49% | - |
| HSV(B) | 265.89º | 0.73% | 0.78% | - |
| XYZ | 18.78 | 10.38 | 55.05 | - |
| YUV | 88.48 | 190.37 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 199 | 0.42 | 0.73 | 0 | 0.22 | 265.89 | 0.58 | 0.49 |
| Hex | 74 | 35 | C7 | 2A | 49 | 0 | 16 | 10A | 3A | 31 |
| Octal | 164 | 65 | 307 | 52 | 111 | 0 | 26 | 412 | 72 | 61 |
| Binary | 1110100 | 110101 | 11000111 | 101010 | 1001001 | 0 | 10110 | 100001010 | 111010 | 110001 |
Color Harmonies of #7435C7
Complementary color
Monochromatic Colors of #7435C7
Black with #7435C7
Text Example
Text Example
White with #7435C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7435C7; }
p { color: rgb(116,53,199); }
H1.HeaderClassName
{
color: #7435C7;
}
.AnyTagClassName
{
color: #7435C7;
}
</style>
background-color css
<style>
a { background-color: #7435C7; }
a { background-color: rgb(116,53,199); }
div.DivClassName
{
background-color: #7435C7;
}
.BgClassName
{
background-color: #7435C7;
}
</style>
border-color css
<style>
span { border-color: #7435C7; }
span { border-color: rgb(116,53,199); }
td.TdClassName
{
border-color: #7435C7;
}
.TagClassName
{
border-color: #7435C7;
}
</style>