Shades of Purple Heart #711CB3
Tints of Purple Heart #711CB3
RGB
CMYK
RGB Variations
Color information
#711CB3 (or 0x711CB3) is known color: Purple Heart. HEX triplet: 71, 1C and B3. RGB value is (113,28,179). Sum of RGB (Red+Green+Blue) = 113+28+179=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 179 (70.31% from 255 or 55.94% from 320); Max value from RGB is 179 - color contains mainly: blue. Hex color #711CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711CB3 is #8EE34C. Grayscale: #464646. Windows color (decimal): -9364301 or 11738225. OLE color: 11738225.
HSL color Cylindrical-coordinate representation of color #711CB3: hue angle of 273.77º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711CB3 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 28 | 179 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.30 |
| HSL | 273.77º | 0.73% | 0.41% | - |
| HSV(B) | 273.77º | 0.84% | 0.7% | - |
| XYZ | 15.36 | 7.6 | 43.3 | - |
| YUV | 70.63 | 189.16 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 28 | 179 | 0.37 | 0.84 | 0 | 0.30 | 273.77 | 0.73 | 0.41 |
| Hex | 71 | 1C | B3 | 25 | 54 | 0 | 1E | 112 | 49 | 29 |
| Octal | 161 | 34 | 263 | 45 | 124 | 0 | 36 | 422 | 111 | 51 |
| Binary | 1110001 | 11100 | 10110011 | 100101 | 1010100 | 0 | 11110 | 100010010 | 1001001 | 101001 |
Color Harmonies of #711CB3
Complementary color
Monochromatic Colors of #711CB3
Black with #711CB3
Text Example
Text Example
White with #711CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #711CB3; }
p { color: rgb(113,28,179); }
H1.HeaderClassName
{
color: #711CB3;
}
.AnyTagClassName
{
color: #711CB3;
}
</style>
background-color css
<style>
a { background-color: #711CB3; }
a { background-color: rgb(113,28,179); }
div.DivClassName
{
background-color: #711CB3;
}
.BgClassName
{
background-color: #711CB3;
}
</style>
border-color css
<style>
span { border-color: #711CB3; }
span { border-color: rgb(113,28,179); }
td.TdClassName
{
border-color: #711CB3;
}
.TagClassName
{
border-color: #711CB3;
}
</style>