Shades of Purple Heart #711BCB
Tints of Purple Heart #711BCB
RGB
CMYK
RGB Variations
Color information
#711BCB (or 0x711BCB) is known color: Purple Heart. HEX triplet: 71, 1B and CB. RGB value is (113,27,203). Sum of RGB (Red+Green+Blue) = 113+27+203=343 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.94% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #711BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711BCB is #8EE434. Grayscale: #484848. Windows color (decimal): -9364533 or 13310833. OLE color: 13310833.
HSL color Cylindrical-coordinate representation of color #711BCB: hue angle of 269.32º 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 #711BCB is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 27 | 203 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.20 |
| HSL | 269.32º | 0.77% | 0.45% | - |
| HSV(B) | 269.32º | 0.87% | 0.8% | - |
| XYZ | 17.98 | 8.61 | 57.21 | - |
| YUV | 72.78 | 201.49 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 27 | 203 | 0.44 | 0.87 | 0 | 0.20 | 269.32 | 0.77 | 0.45 |
| Hex | 71 | 1B | CB | 2C | 57 | 0 | 14 | 10D | 4D | 2D |
| Octal | 161 | 33 | 313 | 54 | 127 | 0 | 24 | 415 | 115 | 55 |
| Binary | 1110001 | 11011 | 11001011 | 101100 | 1010111 | 0 | 10100 | 100001101 | 1001101 | 101101 |
Color Harmonies of #711BCB
Complementary color
Monochromatic Colors of #711BCB
Black with #711BCB
Text Example
Text Example
White with #711BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711BCB; }
p { color: rgb(113,27,203); }
H1.HeaderClassName
{
color: #711BCB;
}
.AnyTagClassName
{
color: #711BCB;
}
</style>
background-color css
<style>
a { background-color: #711BCB; }
a { background-color: rgb(113,27,203); }
div.DivClassName
{
background-color: #711BCB;
}
.BgClassName
{
background-color: #711BCB;
}
</style>
border-color css
<style>
span { border-color: #711BCB; }
span { border-color: rgb(113,27,203); }
td.TdClassName
{
border-color: #711BCB;
}
.TagClassName
{
border-color: #711BCB;
}
</style>