Shades of Purple Heart #7737CD
Tints of Purple Heart #7737CD
RGB
CMYK
RGB Variations
Color information
#7737CD (or 0x7737CD) is known color: Purple Heart. HEX triplet: 77, 37 and CD. RGB value is (119,55,205). Sum of RGB (Red+Green+Blue) = 119+55+205=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #7737CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7737CD is #88C832. Grayscale: #5A5A5A. Windows color (decimal): -8964147 or 13449079. OLE color: 13449079.
HSL color Cylindrical-coordinate representation of color #7737CD: hue angle of 265.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7737CD is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 55 | 205 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.20 |
| HSL | 265.6º | 0.6% | 0.51% | - |
| HSV(B) | 265.6º | 0.73% | 0.8% | - |
| XYZ | 19.99 | 11.06 | 58.84 | - |
| YUV | 91.24 | 192.2 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 205 | 0.42 | 0.73 | 0 | 0.20 | 265.6 | 0.6 | 0.51 |
| Hex | 77 | 37 | CD | 2A | 49 | 0 | 14 | 10A | 3C | 33 |
| Octal | 167 | 67 | 315 | 52 | 111 | 0 | 24 | 412 | 74 | 63 |
| Binary | 1110111 | 110111 | 11001101 | 101010 | 1001001 | 0 | 10100 | 100001010 | 111100 | 110011 |
Color Harmonies of #7737CD
Complementary color
Monochromatic Colors of #7737CD
Black with #7737CD
Text Example
Text Example
White with #7737CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7737CD; }
p { color: rgb(119,55,205); }
H1.HeaderClassName
{
color: #7737CD;
}
.AnyTagClassName
{
color: #7737CD;
}
</style>
background-color css
<style>
a { background-color: #7737CD; }
a { background-color: rgb(119,55,205); }
div.DivClassName
{
background-color: #7737CD;
}
.BgClassName
{
background-color: #7737CD;
}
</style>
border-color css
<style>
span { border-color: #7737CD; }
span { border-color: rgb(119,55,205); }
td.TdClassName
{
border-color: #7737CD;
}
.TagClassName
{
border-color: #7737CD;
}
</style>