Shades of Purple Heart #761BC2
Tints of Purple Heart #761BC2
RGB
CMYK
RGB Variations
Color information
#761BC2 (or 0x761BC2) is known color: Purple Heart. HEX triplet: 76, 1B and C2. RGB value is (118,27,194). Sum of RGB (Red+Green+Blue) = 118+27+194=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 194 (76.17% from 255 or 57.23% from 339); Max value from RGB is 194 - color contains mainly: blue. Hex color #761BC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761BC2 is #89E43D. Grayscale: #484848. Windows color (decimal): -9036862 or 12721014. OLE color: 12721014.
HSL color Cylindrical-coordinate representation of color #761BC2: hue angle of 272.69º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761BC2 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 27 | 194 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.24 |
| HSL | 272.69º | 0.76% | 0.43% | - |
| HSV(B) | 272.69º | 0.86% | 0.76% | - |
| XYZ | 17.6 | 8.53 | 51.76 | - |
| YUV | 73.25 | 196.15 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 194 | 0.39 | 0.86 | 0 | 0.24 | 272.69 | 0.76 | 0.43 |
| Hex | 76 | 1B | C2 | 27 | 56 | 0 | 18 | 111 | 4C | 2B |
| Octal | 166 | 33 | 302 | 47 | 126 | 0 | 30 | 421 | 114 | 53 |
| Binary | 1110110 | 11011 | 11000010 | 100111 | 1010110 | 0 | 11000 | 100010001 | 1001100 | 101011 |
Color Harmonies of #761BC2
Complementary color
Monochromatic Colors of #761BC2
Black with #761BC2
Text Example
Text Example
White with #761BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761BC2; }
p { color: rgb(118,27,194); }
H1.HeaderClassName
{
color: #761BC2;
}
.AnyTagClassName
{
color: #761BC2;
}
</style>
background-color css
<style>
a { background-color: #761BC2; }
a { background-color: rgb(118,27,194); }
div.DivClassName
{
background-color: #761BC2;
}
.BgClassName
{
background-color: #761BC2;
}
</style>
border-color css
<style>
span { border-color: #761BC2; }
span { border-color: rgb(118,27,194); }
td.TdClassName
{
border-color: #761BC2;
}
.TagClassName
{
border-color: #761BC2;
}
</style>