Shades of Purple Heart #7131CB
Tints of Purple Heart #7131CB
RGB
CMYK
RGB Variations
Color information
#7131CB (or 0x7131CB) is known color: Purple Heart. HEX triplet: 71, 31 and CB. RGB value is (113,49,203). Sum of RGB (Red+Green+Blue) = 113+49+203=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #7131CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7131CB is #8ECE34. Grayscale: #555555. Windows color (decimal): -9358901 or 13316465. OLE color: 13316465.
HSL color Cylindrical-coordinate representation of color #7131CB: hue angle of 264.94º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7131CB is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 49 | 203 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.20 |
| HSL | 264.94º | 0.61% | 0.49% | - |
| HSV(B) | 264.94º | 0.76% | 0.8% | - |
| XYZ | 18.69 | 10.02 | 57.45 | - |
| YUV | 85.69 | 194.2 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 49 | 203 | 0.44 | 0.76 | 0 | 0.20 | 264.94 | 0.61 | 0.49 |
| Hex | 71 | 31 | CB | 2C | 4C | 0 | 14 | 109 | 3D | 31 |
| Octal | 161 | 61 | 313 | 54 | 114 | 0 | 24 | 411 | 75 | 61 |
| Binary | 1110001 | 110001 | 11001011 | 101100 | 1001100 | 0 | 10100 | 100001001 | 111101 | 110001 |
Color Harmonies of #7131CB
Complementary color
Monochromatic Colors of #7131CB
Black with #7131CB
Text Example
Text Example
White with #7131CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7131CB; }
p { color: rgb(113,49,203); }
H1.HeaderClassName
{
color: #7131CB;
}
.AnyTagClassName
{
color: #7131CB;
}
</style>
background-color css
<style>
a { background-color: #7131CB; }
a { background-color: rgb(113,49,203); }
div.DivClassName
{
background-color: #7131CB;
}
.BgClassName
{
background-color: #7131CB;
}
</style>
border-color css
<style>
span { border-color: #7131CB; }
span { border-color: rgb(113,49,203); }
td.TdClassName
{
border-color: #7131CB;
}
.TagClassName
{
border-color: #7131CB;
}
</style>