Shades of Purple Heart #7436CF
Tints of Purple Heart #7436CF
RGB
CMYK
RGB Variations
Color information
#7436CF (or 0x7436CF) is known color: Purple Heart. HEX triplet: 74, 36 and CF. RGB value is (116,54,207). Sum of RGB (Red+Green+Blue) = 116+54+207=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #7436CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7436CF is #8BC930. Grayscale: #595959. Windows color (decimal): -9161009 or 13579892. OLE color: 13579892.
HSL color Cylindrical-coordinate representation of color #7436CF: hue angle of 264.31º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7436CF is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 54 | 207 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.19 |
| HSL | 264.31º | 0.61% | 0.51% | - |
| HSV(B) | 264.31º | 0.74% | 0.81% | - |
| XYZ | 19.78 | 10.86 | 60.08 | - |
| YUV | 89.98 | 194.04 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 207 | 0.44 | 0.74 | 0 | 0.19 | 264.31 | 0.61 | 0.51 |
| Hex | 74 | 36 | CF | 2C | 4A | 0 | 13 | 108 | 3D | 33 |
| Octal | 164 | 66 | 317 | 54 | 112 | 0 | 23 | 410 | 75 | 63 |
| Binary | 1110100 | 110110 | 11001111 | 101100 | 1001010 | 0 | 10011 | 100001000 | 111101 | 110011 |
Color Harmonies of #7436CF
Complementary color
Monochromatic Colors of #7436CF
Black with #7436CF
Text Example
Text Example
White with #7436CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7436CF; }
p { color: rgb(116,54,207); }
H1.HeaderClassName
{
color: #7436CF;
}
.AnyTagClassName
{
color: #7436CF;
}
</style>
background-color css
<style>
a { background-color: #7436CF; }
a { background-color: rgb(116,54,207); }
div.DivClassName
{
background-color: #7436CF;
}
.BgClassName
{
background-color: #7436CF;
}
</style>
border-color css
<style>
span { border-color: #7436CF; }
span { border-color: rgb(116,54,207); }
td.TdClassName
{
border-color: #7436CF;
}
.TagClassName
{
border-color: #7436CF;
}
</style>