Shades of Purple Heart #712FB4
Tints of Purple Heart #712FB4
RGB
CMYK
RGB Variations
Color information
#712FB4 (or 0x712FB4) is known color: Purple Heart. HEX triplet: 71, 2F and B4. RGB value is (113,47,180). Sum of RGB (Red+Green+Blue) = 113+47+180=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #712FB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712FB4 is #8ED04B. Grayscale: #515151. Windows color (decimal): -9359436 or 11808625. OLE color: 11808625.
HSL color Cylindrical-coordinate representation of color #712FB4: hue angle of 269.77º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #712FB4 is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 113 | 47 | 180 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.29 |
| HSL | 269.77º | 0.59% | 0.45% | - |
| HSV(B) | 269.77º | 0.74% | 0.71% | - |
| XYZ | 16.06 | 8.84 | 44.04 | - |
| YUV | 81.9 | 183.37 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 180 | 0.37 | 0.74 | 0 | 0.29 | 269.77 | 0.59 | 0.45 |
| Hex | 71 | 2F | B4 | 25 | 4A | 0 | 1D | 10E | 3B | 2D |
| Octal | 161 | 57 | 264 | 45 | 112 | 0 | 35 | 416 | 73 | 55 |
| Binary | 1110001 | 101111 | 10110100 | 100101 | 1001010 | 0 | 11101 | 100001110 | 111011 | 101101 |
Color Harmonies of #712FB4
Complementary color
Monochromatic Colors of #712FB4
Black with #712FB4
Text Example
Text Example
White with #712FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712FB4; }
p { color: rgb(113,47,180); }
H1.HeaderClassName
{
color: #712FB4;
}
.AnyTagClassName
{
color: #712FB4;
}
</style>
background-color css
<style>
a { background-color: #712FB4; }
a { background-color: rgb(113,47,180); }
div.DivClassName
{
background-color: #712FB4;
}
.BgClassName
{
background-color: #712FB4;
}
</style>
border-color css
<style>
span { border-color: #712FB4; }
span { border-color: rgb(113,47,180); }
td.TdClassName
{
border-color: #712FB4;
}
.TagClassName
{
border-color: #712FB4;
}
</style>