Shades of Purple Heart #763ECF
Tints of Purple Heart #763ECF
RGB
CMYK
RGB Variations
Color information
#763ECF (or 0x763ECF) is known color: Purple Heart. HEX triplet: 76, 3E and CF. RGB value is (118,62,207). Sum of RGB (Red+Green+Blue) = 118+62+207=387 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.49% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #763ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763ECF is #89C130. Grayscale: #5E5E5E. Windows color (decimal): -9027889 or 13581942. OLE color: 13581942.
HSL color Cylindrical-coordinate representation of color #763ECF: hue angle of 263.17º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #763ECF is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 62 | 207 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.19 |
| HSL | 263.17º | 0.6% | 0.53% | - |
| HSV(B) | 263.17º | 0.7% | 0.81% | - |
| XYZ | 20.46 | 11.8 | 60.23 | - |
| YUV | 95.27 | 191.05 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 62 | 207 | 0.43 | 0.70 | 0 | 0.19 | 263.17 | 0.6 | 0.53 |
| Hex | 76 | 3E | CF | 2B | 46 | 0 | 13 | 107 | 3C | 35 |
| Octal | 166 | 76 | 317 | 53 | 106 | 0 | 23 | 407 | 74 | 65 |
| Binary | 1110110 | 111110 | 11001111 | 101011 | 1000110 | 0 | 10011 | 100000111 | 111100 | 110101 |
Color Harmonies of #763ECF
Complementary color
Monochromatic Colors of #763ECF
Black with #763ECF
Text Example
Text Example
White with #763ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763ECF; }
p { color: rgb(118,62,207); }
H1.HeaderClassName
{
color: #763ECF;
}
.AnyTagClassName
{
color: #763ECF;
}
</style>
background-color css
<style>
a { background-color: #763ECF; }
a { background-color: rgb(118,62,207); }
div.DivClassName
{
background-color: #763ECF;
}
.BgClassName
{
background-color: #763ECF;
}
</style>
border-color css
<style>
span { border-color: #763ECF; }
span { border-color: rgb(118,62,207); }
td.TdClassName
{
border-color: #763ECF;
}
.TagClassName
{
border-color: #763ECF;
}
</style>