Shades of Purple Heart #7131CF
Tints of Purple Heart #7131CF
RGB
CMYK
RGB Variations
Color information
#7131CF (or 0x7131CF) is known color: Purple Heart. HEX triplet: 71, 31 and CF. RGB value is (113,49,207). Sum of RGB (Red+Green+Blue) = 113+49+207=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 49 (19.53% from 255 or 13.28% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #7131CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7131CF is #8ECE30. Grayscale: #555555. Windows color (decimal): -9358897 or 13578609. OLE color: 13578609.
HSL color Cylindrical-coordinate representation of color #7131CF: hue angle of 264.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7131CF is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 49 | 207 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.19 |
| HSL | 264.3º | 0.62% | 0.5% | - |
| HSV(B) | 264.3º | 0.76% | 0.81% | - |
| XYZ | 19.17 | 10.21 | 59.99 | - |
| YUV | 86.15 | 196.2 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 49 | 207 | 0.45 | 0.76 | 0 | 0.19 | 264.3 | 0.62 | 0.5 |
| Hex | 71 | 31 | CF | 2D | 4C | 0 | 13 | 108 | 3E | 32 |
| Octal | 161 | 61 | 317 | 55 | 114 | 0 | 23 | 410 | 76 | 62 |
| Binary | 1110001 | 110001 | 11001111 | 101101 | 1001100 | 0 | 10011 | 100001000 | 111110 | 110010 |
Color Harmonies of #7131CF
Complementary color
Monochromatic Colors of #7131CF
Black with #7131CF
Text Example
Text Example
White with #7131CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7131CF; }
p { color: rgb(113,49,207); }
H1.HeaderClassName
{
color: #7131CF;
}
.AnyTagClassName
{
color: #7131CF;
}
</style>
background-color css
<style>
a { background-color: #7131CF; }
a { background-color: rgb(113,49,207); }
div.DivClassName
{
background-color: #7131CF;
}
.BgClassName
{
background-color: #7131CF;
}
</style>
border-color css
<style>
span { border-color: #7131CF; }
span { border-color: rgb(113,49,207); }
td.TdClassName
{
border-color: #7131CF;
}
.TagClassName
{
border-color: #7131CF;
}
</style>