Shades of Purple Heart #763DC8
Tints of Purple Heart #763DC8
RGB
CMYK
RGB Variations
Color information
#763DC8 (or 0x763DC8) is known color: Purple Heart. HEX triplet: 76, 3D and C8. RGB value is (118,61,200). Sum of RGB (Red+Green+Blue) = 118+61+200=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 61 (24.22% from 255 or 16.09% from 379); Blue value is 200 (78.52% from 255 or 52.77% from 379); Max value from RGB is 200 - color contains mainly: blue. Hex color #763DC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763DC8 is #89C237. Grayscale: #5D5D5D. Windows color (decimal): -9028152 or 13122934. OLE color: 13122934.
HSL color Cylindrical-coordinate representation of color #763DC8: hue angle of 264.6º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #763DC8 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 61 | 200 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.22 |
| HSL | 264.6º | 0.56% | 0.51% | - |
| HSV(B) | 264.6º | 0.7% | 0.78% | - |
| XYZ | 19.57 | 11.36 | 55.8 | - |
| YUV | 93.89 | 187.88 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 61 | 200 | 0.41 | 0.69 | 0 | 0.22 | 264.6 | 0.56 | 0.51 |
| Hex | 76 | 3D | C8 | 29 | 45 | 0 | 16 | 109 | 38 | 33 |
| Octal | 166 | 75 | 310 | 51 | 105 | 0 | 26 | 411 | 70 | 63 |
| Binary | 1110110 | 111101 | 11001000 | 101001 | 1000101 | 0 | 10110 | 100001001 | 111000 | 110011 |
Color Harmonies of #763DC8
Complementary color
Monochromatic Colors of #763DC8
Black with #763DC8
Text Example
Text Example
White with #763DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763DC8; }
p { color: rgb(118,61,200); }
H1.HeaderClassName
{
color: #763DC8;
}
.AnyTagClassName
{
color: #763DC8;
}
</style>
background-color css
<style>
a { background-color: #763DC8; }
a { background-color: rgb(118,61,200); }
div.DivClassName
{
background-color: #763DC8;
}
.BgClassName
{
background-color: #763DC8;
}
</style>
border-color css
<style>
span { border-color: #763DC8; }
span { border-color: rgb(118,61,200); }
td.TdClassName
{
border-color: #763DC8;
}
.TagClassName
{
border-color: #763DC8;
}
</style>