Shades of Purple Heart #763DCD
Tints of Purple Heart #763DCD
RGB
CMYK
RGB Variations
Color information
#763DCD (or 0x763DCD) is known color: Purple Heart. HEX triplet: 76, 3D and CD. RGB value is (118,61,205). Sum of RGB (Red+Green+Blue) = 118+61+205=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #763DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763DCD is #89C232. Grayscale: #5D5D5D. Windows color (decimal): -9028147 or 13450614. OLE color: 13450614.
HSL color Cylindrical-coordinate representation of color #763DCD: hue angle of 263.75º degrees, saturation: 0.59, 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 #763DCD is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 61 | 205 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.20 |
| HSL | 263.75º | 0.59% | 0.52% | - |
| HSV(B) | 263.75º | 0.7% | 0.8% | - |
| XYZ | 20.16 | 11.6 | 58.93 | - |
| YUV | 94.46 | 190.38 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 205 | 0.42 | 0.70 | 0 | 0.20 | 263.75 | 0.59 | 0.52 |
| Hex | 76 | 3D | CD | 2A | 46 | 0 | 14 | 108 | 3B | 34 |
| Octal | 166 | 75 | 315 | 52 | 106 | 0 | 24 | 410 | 73 | 64 |
| Binary | 1110110 | 111101 | 11001101 | 101010 | 1000110 | 0 | 10100 | 100001000 | 111011 | 110100 |
Color Harmonies of #763DCD
Complementary color
Monochromatic Colors of #763DCD
Black with #763DCD
Text Example
Text Example
White with #763DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763DCD; }
p { color: rgb(118,61,205); }
H1.HeaderClassName
{
color: #763DCD;
}
.AnyTagClassName
{
color: #763DCD;
}
</style>
background-color css
<style>
a { background-color: #763DCD; }
a { background-color: rgb(118,61,205); }
div.DivClassName
{
background-color: #763DCD;
}
.BgClassName
{
background-color: #763DCD;
}
</style>
border-color css
<style>
span { border-color: #763DCD; }
span { border-color: rgb(118,61,205); }
td.TdClassName
{
border-color: #763DCD;
}
.TagClassName
{
border-color: #763DCD;
}
</style>