Shades of Purple Heart #7736CF
Tints of Purple Heart #7736CF
RGB
CMYK
RGB Variations
Color information
#7736CF (or 0x7736CF) is known color: Purple Heart. HEX triplet: 77, 36 and CF. RGB value is (119,54,207). Sum of RGB (Red+Green+Blue) = 119+54+207=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #7736CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7736CF is #88C930. Grayscale: #5A5A5A. Windows color (decimal): -8964401 or 13579895. OLE color: 13579895.
HSL color Cylindrical-coordinate representation of color #7736CF: hue angle of 265.49º 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 #7736CF is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 54 | 207 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.19 |
| HSL | 265.49º | 0.61% | 0.51% | - |
| HSV(B) | 265.49º | 0.74% | 0.81% | - |
| XYZ | 20.19 | 11.07 | 60.1 | - |
| YUV | 90.88 | 193.53 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 207 | 0.43 | 0.74 | 0 | 0.19 | 265.49 | 0.61 | 0.51 |
| Hex | 77 | 36 | CF | 2B | 4A | 0 | 13 | 109 | 3D | 33 |
| Octal | 167 | 66 | 317 | 53 | 112 | 0 | 23 | 411 | 75 | 63 |
| Binary | 1110111 | 110110 | 11001111 | 101011 | 1001010 | 0 | 10011 | 100001001 | 111101 | 110011 |
Color Harmonies of #7736CF
Complementary color
Monochromatic Colors of #7736CF
Black with #7736CF
Text Example
Text Example
White with #7736CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7736CF; }
p { color: rgb(119,54,207); }
H1.HeaderClassName
{
color: #7736CF;
}
.AnyTagClassName
{
color: #7736CF;
}
</style>
background-color css
<style>
a { background-color: #7736CF; }
a { background-color: rgb(119,54,207); }
div.DivClassName
{
background-color: #7736CF;
}
.BgClassName
{
background-color: #7736CF;
}
</style>
border-color css
<style>
span { border-color: #7736CF; }
span { border-color: rgb(119,54,207); }
td.TdClassName
{
border-color: #7736CF;
}
.TagClassName
{
border-color: #7736CF;
}
</style>