Shades of Purple Heart #712DB3
Tints of Purple Heart #712DB3
RGB
CMYK
RGB Variations
Color information
#712DB3 (or 0x712DB3) is known color: Purple Heart. HEX triplet: 71, 2D and B3. RGB value is (113,45,179). Sum of RGB (Red+Green+Blue) = 113+45+179=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 179 (70.31% from 255 or 53.12% from 337); Max value from RGB is 179 - color contains mainly: blue. Hex color #712DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712DB3 is #8ED24C. Grayscale: #505050. Windows color (decimal): -9359949 or 11742577. OLE color: 11742577.
HSL color Cylindrical-coordinate representation of color #712DB3: hue angle of 270.45º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712DB3 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 113 | 45 | 179 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.30 |
| HSL | 270.45º | 0.6% | 0.44% | - |
| HSV(B) | 270.45º | 0.75% | 0.7% | - |
| XYZ | 15.89 | 8.64 | 43.48 | - |
| YUV | 80.61 | 183.53 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 179 | 0.37 | 0.75 | 0 | 0.30 | 270.45 | 0.6 | 0.44 |
| Hex | 71 | 2D | B3 | 25 | 4B | 0 | 1E | 10E | 3C | 2C |
| Octal | 161 | 55 | 263 | 45 | 113 | 0 | 36 | 416 | 74 | 54 |
| Binary | 1110001 | 101101 | 10110011 | 100101 | 1001011 | 0 | 11110 | 100001110 | 111100 | 101100 |
Color Harmonies of #712DB3
Complementary color
Monochromatic Colors of #712DB3
Black with #712DB3
Text Example
Text Example
White with #712DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712DB3; }
p { color: rgb(113,45,179); }
H1.HeaderClassName
{
color: #712DB3;
}
.AnyTagClassName
{
color: #712DB3;
}
</style>
background-color css
<style>
a { background-color: #712DB3; }
a { background-color: rgb(113,45,179); }
div.DivClassName
{
background-color: #712DB3;
}
.BgClassName
{
background-color: #712DB3;
}
</style>
border-color css
<style>
span { border-color: #712DB3; }
span { border-color: rgb(113,45,179); }
td.TdClassName
{
border-color: #712DB3;
}
.TagClassName
{
border-color: #712DB3;
}
</style>