Shades of Purple Heart #711BC7
Tints of Purple Heart #711BC7
RGB
CMYK
RGB Variations
Color information
#711BC7 (or 0x711BC7) is known color: Purple Heart. HEX triplet: 71, 1B and C7. RGB value is (113,27,199). Sum of RGB (Red+Green+Blue) = 113+27+199=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 27 (10.94% from 255 or 7.96% from 339); Blue value is 199 (78.12% from 255 or 58.70% from 339); Max value from RGB is 199 - color contains mainly: blue. Hex color #711BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711BC7 is #8EE438. Grayscale: #474747. Windows color (decimal): -9364537 or 13048689. OLE color: 13048689.
HSL color Cylindrical-coordinate representation of color #711BC7: hue angle of 270º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711BC7 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 27 | 199 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.22 |
| HSL | 270º | 0.76% | 0.44% | - |
| HSV(B) | 270º | 0.86% | 0.78% | - |
| XYZ | 17.51 | 8.42 | 54.73 | - |
| YUV | 72.32 | 199.49 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 199 | 0.43 | 0.86 | 0 | 0.22 | 270 | 0.76 | 0.44 |
| Hex | 71 | 1B | C7 | 2B | 56 | 0 | 16 | 10E | 4C | 2C |
| Octal | 161 | 33 | 307 | 53 | 126 | 0 | 26 | 416 | 114 | 54 |
| Binary | 1110001 | 11011 | 11000111 | 101011 | 1010110 | 0 | 10110 | 100001110 | 1001100 | 101100 |
Color Harmonies of #711BC7
Complementary color
Monochromatic Colors of #711BC7
Black with #711BC7
Text Example
Text Example
White with #711BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711BC7; }
p { color: rgb(113,27,199); }
H1.HeaderClassName
{
color: #711BC7;
}
.AnyTagClassName
{
color: #711BC7;
}
</style>
background-color css
<style>
a { background-color: #711BC7; }
a { background-color: rgb(113,27,199); }
div.DivClassName
{
background-color: #711BC7;
}
.BgClassName
{
background-color: #711BC7;
}
</style>
border-color css
<style>
span { border-color: #711BC7; }
span { border-color: rgb(113,27,199); }
td.TdClassName
{
border-color: #711BC7;
}
.TagClassName
{
border-color: #711BC7;
}
</style>