Shades of Purple Heart #762EC3
Tints of Purple Heart #762EC3
RGB
CMYK
RGB Variations
Color information
#762EC3 (or 0x762EC3) is known color: Purple Heart. HEX triplet: 76, 2E and C3. RGB value is (118,46,195). Sum of RGB (Red+Green+Blue) = 118+46+195=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 195 (76.56% from 255 or 54.32% from 359); Max value from RGB is 195 - color contains mainly: blue. Hex color #762EC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #762EC3 is #89D13C. Grayscale: #535353. Windows color (decimal): -9031997 or 12791414. OLE color: 12791414.
HSL color Cylindrical-coordinate representation of color #762EC3: hue angle of 268.99º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #762EC3 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 46 | 195 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.24 |
| HSL | 268.99º | 0.62% | 0.47% | - |
| HSV(B) | 268.99º | 0.76% | 0.76% | - |
| XYZ | 18.3 | 9.75 | 52.55 | - |
| YUV | 84.51 | 190.35 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 195 | 0.39 | 0.76 | 0 | 0.24 | 268.99 | 0.62 | 0.47 |
| Hex | 76 | 2E | C3 | 27 | 4C | 0 | 18 | 10D | 3E | 2F |
| Octal | 166 | 56 | 303 | 47 | 114 | 0 | 30 | 415 | 76 | 57 |
| Binary | 1110110 | 101110 | 11000011 | 100111 | 1001100 | 0 | 11000 | 100001101 | 111110 | 101111 |
Color Harmonies of #762EC3
Complementary color
Monochromatic Colors of #762EC3
Black with #762EC3
Text Example
Text Example
White with #762EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762EC3; }
p { color: rgb(118,46,195); }
H1.HeaderClassName
{
color: #762EC3;
}
.AnyTagClassName
{
color: #762EC3;
}
</style>
background-color css
<style>
a { background-color: #762EC3; }
a { background-color: rgb(118,46,195); }
div.DivClassName
{
background-color: #762EC3;
}
.BgClassName
{
background-color: #762EC3;
}
</style>
border-color css
<style>
span { border-color: #762EC3; }
span { border-color: rgb(118,46,195); }
td.TdClassName
{
border-color: #762EC3;
}
.TagClassName
{
border-color: #762EC3;
}
</style>