Shades of Purple Heart #711FCB
Tints of Purple Heart #711FCB
RGB
CMYK
RGB Variations
Color information
#711FCB (or 0x711FCB) is known color: Purple Heart. HEX triplet: 71, 1F and CB. RGB value is (113,31,203). Sum of RGB (Red+Green+Blue) = 113+31+203=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #711FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711FCB is #8EE034. Grayscale: #4A4A4A. Windows color (decimal): -9363509 or 13311857. OLE color: 13311857.
HSL color Cylindrical-coordinate representation of color #711FCB: hue angle of 268.6º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711FCB is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 31 | 203 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.20 |
| HSL | 268.6º | 0.74% | 0.46% | - |
| HSV(B) | 268.6º | 0.85% | 0.8% | - |
| XYZ | 18.08 | 8.8 | 57.25 | - |
| YUV | 75.13 | 200.17 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 31 | 203 | 0.44 | 0.85 | 0 | 0.20 | 268.6 | 0.74 | 0.46 |
| Hex | 71 | 1F | CB | 2C | 55 | 0 | 14 | 10D | 4A | 2E |
| Octal | 161 | 37 | 313 | 54 | 125 | 0 | 24 | 415 | 112 | 56 |
| Binary | 1110001 | 11111 | 11001011 | 101100 | 1010101 | 0 | 10100 | 100001101 | 1001010 | 101110 |
Color Harmonies of #711FCB
Complementary color
Monochromatic Colors of #711FCB
Black with #711FCB
Text Example
Text Example
White with #711FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711FCB; }
p { color: rgb(113,31,203); }
H1.HeaderClassName
{
color: #711FCB;
}
.AnyTagClassName
{
color: #711FCB;
}
</style>
background-color css
<style>
a { background-color: #711FCB; }
a { background-color: rgb(113,31,203); }
div.DivClassName
{
background-color: #711FCB;
}
.BgClassName
{
background-color: #711FCB;
}
</style>
border-color css
<style>
span { border-color: #711FCB; }
span { border-color: rgb(113,31,203); }
td.TdClassName
{
border-color: #711FCB;
}
.TagClassName
{
border-color: #711FCB;
}
</style>