Shades of Purple Heart #763CCA
Tints of Purple Heart #763CCA
RGB
CMYK
RGB Variations
Color information
#763CCA (or 0x763CCA) is known color: Purple Heart. HEX triplet: 76, 3C and CA. RGB value is (118,60,202). Sum of RGB (Red+Green+Blue) = 118+60+202=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #763CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #763CCA is #89C335. Grayscale: #5D5D5D. Windows color (decimal): -9028406 or 13253750. OLE color: 13253750.
HSL color Cylindrical-coordinate representation of color #763CCA: hue angle of 264.51º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #763CCA is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 60 | 202 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.21 |
| HSL | 264.51º | 0.57% | 0.51% | - |
| HSV(B) | 264.51º | 0.7% | 0.79% | - |
| XYZ | 19.75 | 11.35 | 57.03 | - |
| YUV | 93.53 | 189.22 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 202 | 0.42 | 0.70 | 0 | 0.21 | 264.51 | 0.57 | 0.51 |
| Hex | 76 | 3C | CA | 2A | 46 | 0 | 15 | 109 | 39 | 33 |
| Octal | 166 | 74 | 312 | 52 | 106 | 0 | 25 | 411 | 71 | 63 |
| Binary | 1110110 | 111100 | 11001010 | 101010 | 1000110 | 0 | 10101 | 100001001 | 111001 | 110011 |
Color Harmonies of #763CCA
Complementary color
Monochromatic Colors of #763CCA
Black with #763CCA
Text Example
Text Example
White with #763CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763CCA; }
p { color: rgb(118,60,202); }
H1.HeaderClassName
{
color: #763CCA;
}
.AnyTagClassName
{
color: #763CCA;
}
</style>
background-color css
<style>
a { background-color: #763CCA; }
a { background-color: rgb(118,60,202); }
div.DivClassName
{
background-color: #763CCA;
}
.BgClassName
{
background-color: #763CCA;
}
</style>
border-color css
<style>
span { border-color: #763CCA; }
span { border-color: rgb(118,60,202); }
td.TdClassName
{
border-color: #763CCA;
}
.TagClassName
{
border-color: #763CCA;
}
</style>