Shades of Purple Heart #712ECB
Tints of Purple Heart #712ECB
RGB
CMYK
RGB Variations
Color information
#712ECB (or 0x712ECB) is known color: Purple Heart. HEX triplet: 71, 2E and CB. RGB value is (113,46,203). Sum of RGB (Red+Green+Blue) = 113+46+203=362 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.22% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #712ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #712ECB is #8ED134. Grayscale: #535353. Windows color (decimal): -9359669 or 13315697. OLE color: 13315697.
HSL color Cylindrical-coordinate representation of color #712ECB: hue angle of 265.61º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #712ECB is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 46 | 203 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.20 |
| HSL | 265.61º | 0.63% | 0.49% | - |
| HSV(B) | 265.61º | 0.77% | 0.8% | - |
| XYZ | 18.57 | 9.78 | 57.41 | - |
| YUV | 83.93 | 195.2 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 203 | 0.44 | 0.77 | 0 | 0.20 | 265.61 | 0.63 | 0.49 |
| Hex | 71 | 2E | CB | 2C | 4D | 0 | 14 | 10A | 3F | 31 |
| Octal | 161 | 56 | 313 | 54 | 115 | 0 | 24 | 412 | 77 | 61 |
| Binary | 1110001 | 101110 | 11001011 | 101100 | 1001101 | 0 | 10100 | 100001010 | 111111 | 110001 |
Color Harmonies of #712ECB
Complementary color
Monochromatic Colors of #712ECB
Black with #712ECB
Text Example
Text Example
White with #712ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712ECB; }
p { color: rgb(113,46,203); }
H1.HeaderClassName
{
color: #712ECB;
}
.AnyTagClassName
{
color: #712ECB;
}
</style>
background-color css
<style>
a { background-color: #712ECB; }
a { background-color: rgb(113,46,203); }
div.DivClassName
{
background-color: #712ECB;
}
.BgClassName
{
background-color: #712ECB;
}
</style>
border-color css
<style>
span { border-color: #712ECB; }
span { border-color: rgb(113,46,203); }
td.TdClassName
{
border-color: #712ECB;
}
.TagClassName
{
border-color: #712ECB;
}
</style>