Shades of Purple Heart #761EC1
Tints of Purple Heart #761EC1
RGB
CMYK
RGB Variations
Color information
#761EC1 (or 0x761EC1) is known color: Purple Heart. HEX triplet: 76, 1E and C1. RGB value is (118,30,193). Sum of RGB (Red+Green+Blue) = 118+30+193=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 193 (75.78% from 255 or 56.60% from 341); Max value from RGB is 193 - color contains mainly: blue. Hex color #761EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761EC1 is #89E13E. Grayscale: #4A4A4A. Windows color (decimal): -9036095 or 12656246. OLE color: 12656246.
HSL color Cylindrical-coordinate representation of color #761EC1: hue angle of 272.39º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #761EC1 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 30 | 193 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.24 |
| HSL | 272.39º | 0.73% | 0.44% | - |
| HSV(B) | 272.39º | 0.84% | 0.76% | - |
| XYZ | 17.56 | 8.63 | 51.19 | - |
| YUV | 74.89 | 194.65 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 30 | 193 | 0.39 | 0.84 | 0 | 0.24 | 272.39 | 0.73 | 0.44 |
| Hex | 76 | 1E | C1 | 27 | 54 | 0 | 18 | 110 | 49 | 2C |
| Octal | 166 | 36 | 301 | 47 | 124 | 0 | 30 | 420 | 111 | 54 |
| Binary | 1110110 | 11110 | 11000001 | 100111 | 1010100 | 0 | 11000 | 100010000 | 1001001 | 101100 |
Color Harmonies of #761EC1
Complementary color
Monochromatic Colors of #761EC1
Black with #761EC1
Text Example
Text Example
White with #761EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761EC1; }
p { color: rgb(118,30,193); }
H1.HeaderClassName
{
color: #761EC1;
}
.AnyTagClassName
{
color: #761EC1;
}
</style>
background-color css
<style>
a { background-color: #761EC1; }
a { background-color: rgb(118,30,193); }
div.DivClassName
{
background-color: #761EC1;
}
.BgClassName
{
background-color: #761EC1;
}
</style>
border-color css
<style>
span { border-color: #761EC1; }
span { border-color: rgb(118,30,193); }
td.TdClassName
{
border-color: #761EC1;
}
.TagClassName
{
border-color: #761EC1;
}
</style>