Shades of Purple Heart #711AB5
Tints of Purple Heart #711AB5
RGB
CMYK
RGB Variations
Color information
#711AB5 (or 0x711AB5) is known color: Purple Heart. HEX triplet: 71, 1A and B5. RGB value is (113,26,181). Sum of RGB (Red+Green+Blue) = 113+26+181=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 181 (71.09% from 255 or 56.56% from 320); Max value from RGB is 181 - color contains mainly: blue. Hex color #711AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711AB5 is #8EE54A. Grayscale: #454545. Windows color (decimal): -9364811 or 11868785. OLE color: 11868785.
HSL color Cylindrical-coordinate representation of color #711AB5: hue angle of 273.68º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711AB5 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 26 | 181 | - |
| CMYK | 0.38 | 0.86 | 0 | 0.29 |
| HSL | 273.68º | 0.75% | 0.41% | - |
| HSV(B) | 273.68º | 0.86% | 0.71% | - |
| XYZ | 15.52 | 7.59 | 44.36 | - |
| YUV | 69.68 | 190.82 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 181 | 0.38 | 0.86 | 0 | 0.29 | 273.68 | 0.75 | 0.41 |
| Hex | 71 | 1A | B5 | 26 | 56 | 0 | 1D | 112 | 4B | 29 |
| Octal | 161 | 32 | 265 | 46 | 126 | 0 | 35 | 422 | 113 | 51 |
| Binary | 1110001 | 11010 | 10110101 | 100110 | 1010110 | 0 | 11101 | 100010010 | 1001011 | 101001 |
Color Harmonies of #711AB5
Complementary color
Monochromatic Colors of #711AB5
Black with #711AB5
Text Example
Text Example
White with #711AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711AB5; }
p { color: rgb(113,26,181); }
H1.HeaderClassName
{
color: #711AB5;
}
.AnyTagClassName
{
color: #711AB5;
}
</style>
background-color css
<style>
a { background-color: #711AB5; }
a { background-color: rgb(113,26,181); }
div.DivClassName
{
background-color: #711AB5;
}
.BgClassName
{
background-color: #711AB5;
}
</style>
border-color css
<style>
span { border-color: #711AB5; }
span { border-color: rgb(113,26,181); }
td.TdClassName
{
border-color: #711AB5;
}
.TagClassName
{
border-color: #711AB5;
}
</style>