Shades of Purple Heart #771BC3
Tints of Purple Heart #771BC3
RGB
CMYK
RGB Variations
Color information
#771BC3 (or 0x771BC3) is known color: Purple Heart. HEX triplet: 77, 1B and C3. RGB value is (119,27,195). Sum of RGB (Red+Green+Blue) = 119+27+195=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 195 (76.56% from 255 or 57.18% from 341); Max value from RGB is 195 - color contains mainly: blue. Hex color #771BC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BC3 is #88E43C. Grayscale: #494949. Windows color (decimal): -8971325 or 12786551. OLE color: 12786551.
HSL color Cylindrical-coordinate representation of color #771BC3: hue angle of 272.86º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771BC3 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 27 | 195 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.24 |
| HSL | 272.86º | 0.76% | 0.44% | - |
| HSV(B) | 272.86º | 0.86% | 0.76% | - |
| XYZ | 17.85 | 8.65 | 52.36 | - |
| YUV | 73.66 | 196.48 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 195 | 0.39 | 0.86 | 0 | 0.24 | 272.86 | 0.76 | 0.44 |
| Hex | 77 | 1B | C3 | 27 | 56 | 0 | 18 | 111 | 4C | 2C |
| Octal | 167 | 33 | 303 | 47 | 126 | 0 | 30 | 421 | 114 | 54 |
| Binary | 1110111 | 11011 | 11000011 | 100111 | 1010110 | 0 | 11000 | 100010001 | 1001100 | 101100 |
Color Harmonies of #771BC3
Complementary color
Monochromatic Colors of #771BC3
Black with #771BC3
Text Example
Text Example
White with #771BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771BC3; }
p { color: rgb(119,27,195); }
H1.HeaderClassName
{
color: #771BC3;
}
.AnyTagClassName
{
color: #771BC3;
}
</style>
background-color css
<style>
a { background-color: #771BC3; }
a { background-color: rgb(119,27,195); }
div.DivClassName
{
background-color: #771BC3;
}
.BgClassName
{
background-color: #771BC3;
}
</style>
border-color css
<style>
span { border-color: #771BC3; }
span { border-color: rgb(119,27,195); }
td.TdClassName
{
border-color: #771BC3;
}
.TagClassName
{
border-color: #771BC3;
}
</style>