Shades of Purple Heart #712DB1
Tints of Purple Heart #712DB1
RGB
CMYK
RGB Variations
Color information
#712DB1 (or 0x712DB1) is known color: Purple Heart. HEX triplet: 71, 2D and B1. RGB value is (113,45,177). Sum of RGB (Red+Green+Blue) = 113+45+177=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #712DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712DB1 is #8ED24E. Grayscale: #4F4F4F. Windows color (decimal): -9359951 or 11611505. OLE color: 11611505.
HSL color Cylindrical-coordinate representation of color #712DB1: hue angle of 270.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712DB1 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 45 | 177 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.31 |
| HSL | 270.91º | 0.59% | 0.44% | - |
| HSV(B) | 270.91º | 0.75% | 0.69% | - |
| XYZ | 15.68 | 8.56 | 42.42 | - |
| YUV | 80.38 | 182.53 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 177 | 0.36 | 0.75 | 0 | 0.31 | 270.91 | 0.59 | 0.44 |
| Hex | 71 | 2D | B1 | 24 | 4B | 0 | 1F | 10F | 3B | 2C |
| Octal | 161 | 55 | 261 | 44 | 113 | 0 | 37 | 417 | 73 | 54 |
| Binary | 1110001 | 101101 | 10110001 | 100100 | 1001011 | 0 | 11111 | 100001111 | 111011 | 101100 |
Color Harmonies of #712DB1
Complementary color
Monochromatic Colors of #712DB1
Black with #712DB1
Text Example
Text Example
White with #712DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712DB1; }
p { color: rgb(113,45,177); }
H1.HeaderClassName
{
color: #712DB1;
}
.AnyTagClassName
{
color: #712DB1;
}
</style>
background-color css
<style>
a { background-color: #712DB1; }
a { background-color: rgb(113,45,177); }
div.DivClassName
{
background-color: #712DB1;
}
.BgClassName
{
background-color: #712DB1;
}
</style>
border-color css
<style>
span { border-color: #712DB1; }
span { border-color: rgb(113,45,177); }
td.TdClassName
{
border-color: #712DB1;
}
.TagClassName
{
border-color: #712DB1;
}
</style>