Shades of Purple Heart #761BC5
Tints of Purple Heart #761BC5
RGB
CMYK
RGB Variations
Color information
#761BC5 (or 0x761BC5) is known color: Purple Heart. HEX triplet: 76, 1B and C5. RGB value is (118,27,197). Sum of RGB (Red+Green+Blue) = 118+27+197=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 197 (77.34% from 255 or 57.60% from 342); Max value from RGB is 197 - color contains mainly: blue. Hex color #761BC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761BC5 is #89E43A. Grayscale: #494949. Windows color (decimal): -9036859 or 12917622. OLE color: 12917622.
HSL color Cylindrical-coordinate representation of color #761BC5: hue angle of 272.12º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761BC5 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 27 | 197 | - |
| CMYK | 0.40 | 0.86 | 0 | 0.23 |
| HSL | 272.12º | 0.76% | 0.44% | - |
| HSV(B) | 272.12º | 0.86% | 0.77% | - |
| XYZ | 17.94 | 8.67 | 53.55 | - |
| YUV | 73.59 | 197.65 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 27 | 197 | 0.40 | 0.86 | 0 | 0.23 | 272.12 | 0.76 | 0.44 |
| Hex | 76 | 1B | C5 | 28 | 56 | 0 | 17 | 110 | 4C | 2C |
| Octal | 166 | 33 | 305 | 50 | 126 | 0 | 27 | 420 | 114 | 54 |
| Binary | 1110110 | 11011 | 11000101 | 101000 | 1010110 | 0 | 10111 | 100010000 | 1001100 | 101100 |
Color Harmonies of #761BC5
Complementary color
Monochromatic Colors of #761BC5
Black with #761BC5
Text Example
Text Example
White with #761BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761BC5; }
p { color: rgb(118,27,197); }
H1.HeaderClassName
{
color: #761BC5;
}
.AnyTagClassName
{
color: #761BC5;
}
</style>
background-color css
<style>
a { background-color: #761BC5; }
a { background-color: rgb(118,27,197); }
div.DivClassName
{
background-color: #761BC5;
}
.BgClassName
{
background-color: #761BC5;
}
</style>
border-color css
<style>
span { border-color: #761BC5; }
span { border-color: rgb(118,27,197); }
td.TdClassName
{
border-color: #761BC5;
}
.TagClassName
{
border-color: #761BC5;
}
</style>