Shades of Purple Heart #711BCD
Tints of Purple Heart #711BCD
RGB
CMYK
RGB Variations
Color information
#711BCD (or 0x711BCD) is known color: Purple Heart. HEX triplet: 71, 1B and CD. RGB value is (113,27,205). Sum of RGB (Red+Green+Blue) = 113+27+205=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #711BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711BCD is #8EE432. Grayscale: #484848. Windows color (decimal): -9364531 or 13441905. OLE color: 13441905.
HSL color Cylindrical-coordinate representation of color #711BCD: hue angle of 268.99º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711BCD is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 27 | 205 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.20 |
| HSL | 268.99º | 0.77% | 0.45% | - |
| HSV(B) | 268.99º | 0.87% | 0.8% | - |
| XYZ | 18.22 | 8.7 | 58.48 | - |
| YUV | 73.01 | 202.49 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 205 | 0.45 | 0.87 | 0 | 0.20 | 268.99 | 0.77 | 0.45 |
| Hex | 71 | 1B | CD | 2D | 57 | 0 | 14 | 10D | 4D | 2D |
| Octal | 161 | 33 | 315 | 55 | 127 | 0 | 24 | 415 | 115 | 55 |
| Binary | 1110001 | 11011 | 11001101 | 101101 | 1010111 | 0 | 10100 | 100001101 | 1001101 | 101101 |
Color Harmonies of #711BCD
Complementary color
Monochromatic Colors of #711BCD
Black with #711BCD
Text Example
Text Example
White with #711BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711BCD; }
p { color: rgb(113,27,205); }
H1.HeaderClassName
{
color: #711BCD;
}
.AnyTagClassName
{
color: #711BCD;
}
</style>
background-color css
<style>
a { background-color: #711BCD; }
a { background-color: rgb(113,27,205); }
div.DivClassName
{
background-color: #711BCD;
}
.BgClassName
{
background-color: #711BCD;
}
</style>
border-color css
<style>
span { border-color: #711BCD; }
span { border-color: rgb(113,27,205); }
td.TdClassName
{
border-color: #711BCD;
}
.TagClassName
{
border-color: #711BCD;
}
</style>