Shades of Purple Heart #7434CF
Tints of Purple Heart #7434CF
RGB
CMYK
RGB Variations
Color information
#7434CF (or 0x7434CF) is known color: Purple Heart. HEX triplet: 74, 34 and CF. RGB value is (116,52,207). Sum of RGB (Red+Green+Blue) = 116+52+207=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 207 (81.25% from 255 or 55.2% from 375); Max value from RGB is 207 - color contains mainly: blue. Hex color #7434CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7434CF is #8BCB30. Grayscale: #585858. Windows color (decimal): -9161521 or 13579380. OLE color: 13579380.
HSL color Cylindrical-coordinate representation of color #7434CF: hue angle of 264.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7434CF is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 52 | 207 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.19 |
| HSL | 264.77º | 0.62% | 0.51% | - |
| HSV(B) | 264.77º | 0.75% | 0.81% | - |
| XYZ | 19.69 | 10.67 | 60.05 | - |
| YUV | 88.81 | 194.7 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 207 | 0.44 | 0.75 | 0 | 0.19 | 264.77 | 0.62 | 0.51 |
| Hex | 74 | 34 | CF | 2C | 4B | 0 | 13 | 109 | 3E | 33 |
| Octal | 164 | 64 | 317 | 54 | 113 | 0 | 23 | 411 | 76 | 63 |
| Binary | 1110100 | 110100 | 11001111 | 101100 | 1001011 | 0 | 10011 | 100001001 | 111110 | 110011 |
Color Harmonies of #7434CF
Complementary color
Monochromatic Colors of #7434CF
Black with #7434CF
Text Example
Text Example
White with #7434CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7434CF; }
p { color: rgb(116,52,207); }
H1.HeaderClassName
{
color: #7434CF;
}
.AnyTagClassName
{
color: #7434CF;
}
</style>
background-color css
<style>
a { background-color: #7434CF; }
a { background-color: rgb(116,52,207); }
div.DivClassName
{
background-color: #7434CF;
}
.BgClassName
{
background-color: #7434CF;
}
</style>
border-color css
<style>
span { border-color: #7434CF; }
span { border-color: rgb(116,52,207); }
td.TdClassName
{
border-color: #7434CF;
}
.TagClassName
{
border-color: #7434CF;
}
</style>