Shades of Purple Heart #711AB8
Tints of Purple Heart #711AB8
RGB
CMYK
RGB Variations
Color information
#711AB8 (or 0x711AB8) is known color: Purple Heart. HEX triplet: 71, 1A and B8. RGB value is (113,26,184). Sum of RGB (Red+Green+Blue) = 113+26+184=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 184 (72.27% from 255 or 56.97% from 323); Max value from RGB is 184 - color contains mainly: blue. Hex color #711AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711AB8 is #8EE547. Grayscale: #454545. Windows color (decimal): -9364808 or 12065393. OLE color: 12065393.
HSL color Cylindrical-coordinate representation of color #711AB8: hue angle of 273.04º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711AB8 is Cyan = 0.39, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 113 | 26 | 184 | - |
| CMYK | 0.39 | 0.86 | 0 | 0.28 |
| HSL | 273.04º | 0.75% | 0.41% | - |
| HSV(B) | 273.04º | 0.86% | 0.72% | - |
| XYZ | 15.83 | 7.71 | 46 | - |
| YUV | 70.03 | 192.32 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 26 | 184 | 0.39 | 0.86 | 0 | 0.28 | 273.04 | 0.75 | 0.41 |
| Hex | 71 | 1A | B8 | 27 | 56 | 0 | 1C | 111 | 4B | 29 |
| Octal | 161 | 32 | 270 | 47 | 126 | 0 | 34 | 421 | 113 | 51 |
| Binary | 1110001 | 11010 | 10111000 | 100111 | 1010110 | 0 | 11100 | 100010001 | 1001011 | 101001 |
Color Harmonies of #711AB8
Complementary color
Monochromatic Colors of #711AB8
Black with #711AB8
Text Example
Text Example
White with #711AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711AB8; }
p { color: rgb(113,26,184); }
H1.HeaderClassName
{
color: #711AB8;
}
.AnyTagClassName
{
color: #711AB8;
}
</style>
background-color css
<style>
a { background-color: #711AB8; }
a { background-color: rgb(113,26,184); }
div.DivClassName
{
background-color: #711AB8;
}
.BgClassName
{
background-color: #711AB8;
}
</style>
border-color css
<style>
span { border-color: #711AB8; }
span { border-color: rgb(113,26,184); }
td.TdClassName
{
border-color: #711AB8;
}
.TagClassName
{
border-color: #711AB8;
}
</style>