Shades of Purple Heart #711AB3
Tints of Purple Heart #711AB3
RGB
CMYK
RGB Variations
Color information
#711AB3 (or 0x711AB3) is known color: Purple Heart. HEX triplet: 71, 1A and B3. RGB value is (113,26,179). Sum of RGB (Red+Green+Blue) = 113+26+179=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 179 (70.31% from 255 or 56.29% from 318); Max value from RGB is 179 - color contains mainly: blue. Hex color #711AB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711AB3 is #8EE54C. Grayscale: #444444. Windows color (decimal): -9364813 or 11737713. OLE color: 11737713.
HSL color Cylindrical-coordinate representation of color #711AB3: hue angle of 274.12º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711AB3 is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 26 | 179 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.30 |
| HSL | 274.12º | 0.75% | 0.4% | - |
| HSV(B) | 274.12º | 0.85% | 0.7% | - |
| XYZ | 15.32 | 7.5 | 43.29 | - |
| YUV | 69.46 | 189.82 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 179 | 0.37 | 0.85 | 0 | 0.30 | 274.12 | 0.75 | 0.4 |
| Hex | 71 | 1A | B3 | 25 | 55 | 0 | 1E | 112 | 4B | 28 |
| Octal | 161 | 32 | 263 | 45 | 125 | 0 | 36 | 422 | 113 | 50 |
| Binary | 1110001 | 11010 | 10110011 | 100101 | 1010101 | 0 | 11110 | 100010010 | 1001011 | 101000 |
Color Harmonies of #711AB3
Complementary color
Monochromatic Colors of #711AB3
Black with #711AB3
Text Example
Text Example
White with #711AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711AB3; }
p { color: rgb(113,26,179); }
H1.HeaderClassName
{
color: #711AB3;
}
.AnyTagClassName
{
color: #711AB3;
}
</style>
background-color css
<style>
a { background-color: #711AB3; }
a { background-color: rgb(113,26,179); }
div.DivClassName
{
background-color: #711AB3;
}
.BgClassName
{
background-color: #711AB3;
}
</style>
border-color css
<style>
span { border-color: #711AB3; }
span { border-color: rgb(113,26,179); }
td.TdClassName
{
border-color: #711AB3;
}
.TagClassName
{
border-color: #711AB3;
}
</style>