Shades of Purple Heart #763DCC
Tints of Purple Heart #763DCC
RGB
CMYK
RGB Variations
Color information
#763DCC (or 0x763DCC) is known color: Purple Heart. HEX triplet: 76, 3D and CC. RGB value is (118,61,204). Sum of RGB (Red+Green+Blue) = 118+61+204=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #763DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763DCC is #89C233. Grayscale: #5D5D5D. Windows color (decimal): -9028148 or 13385078. OLE color: 13385078.
HSL color Cylindrical-coordinate representation of color #763DCC: hue angle of 263.92º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #763DCC is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 61 | 204 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.2 |
| HSL | 263.92º | 0.58% | 0.52% | - |
| HSV(B) | 263.92º | 0.7% | 0.8% | - |
| XYZ | 20.04 | 11.55 | 58.3 | - |
| YUV | 94.35 | 189.88 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 204 | 0.42 | 0.70 | 0 | 0.2 | 263.92 | 0.58 | 0.52 |
| Hex | 76 | 3D | CC | 2A | 46 | 0 | 14 | 108 | 3A | 34 |
| Octal | 166 | 75 | 314 | 52 | 106 | 0 | 24 | 410 | 72 | 64 |
| Binary | 1110110 | 111101 | 11001100 | 101010 | 1000110 | 0 | 10100 | 100001000 | 111010 | 110100 |
Color Harmonies of #763DCC
Complementary color
Monochromatic Colors of #763DCC
Black with #763DCC
Text Example
Text Example
White with #763DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763DCC; }
p { color: rgb(118,61,204); }
H1.HeaderClassName
{
color: #763DCC;
}
.AnyTagClassName
{
color: #763DCC;
}
</style>
background-color css
<style>
a { background-color: #763DCC; }
a { background-color: rgb(118,61,204); }
div.DivClassName
{
background-color: #763DCC;
}
.BgClassName
{
background-color: #763DCC;
}
</style>
border-color css
<style>
span { border-color: #763DCC; }
span { border-color: rgb(118,61,204); }
td.TdClassName
{
border-color: #763DCC;
}
.TagClassName
{
border-color: #763DCC;
}
</style>