Shades of Purple Heart #7132C1
Tints of Purple Heart #7132C1
RGB
CMYK
RGB Variations
Color information
#7132C1 (or 0x7132C1) is known color: Purple Heart. HEX triplet: 71, 32 and C1. RGB value is (113,50,193). Sum of RGB (Red+Green+Blue) = 113+50+193=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 193 (75.78% from 255 or 54.21% from 356); Max value from RGB is 193 - color contains mainly: blue. Hex color #7132C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7132C1 is #8ECD3E. Grayscale: #545454. Windows color (decimal): -9358655 or 12661361. OLE color: 12661361.
HSL color Cylindrical-coordinate representation of color #7132C1: hue angle of 266.43º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7132C1 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 50 | 193 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.24 |
| HSL | 266.43º | 0.59% | 0.48% | - |
| HSV(B) | 266.43º | 0.74% | 0.76% | - |
| XYZ | 17.58 | 9.64 | 51.39 | - |
| YUV | 85.14 | 188.87 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 193 | 0.41 | 0.74 | 0 | 0.24 | 266.43 | 0.59 | 0.48 |
| Hex | 71 | 32 | C1 | 29 | 4A | 0 | 18 | 10A | 3B | 30 |
| Octal | 161 | 62 | 301 | 51 | 112 | 0 | 30 | 412 | 73 | 60 |
| Binary | 1110001 | 110010 | 11000001 | 101001 | 1001010 | 0 | 11000 | 100001010 | 111011 | 110000 |
Color Harmonies of #7132C1
Complementary color
Monochromatic Colors of #7132C1
Black with #7132C1
Text Example
Text Example
White with #7132C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7132C1; }
p { color: rgb(113,50,193); }
H1.HeaderClassName
{
color: #7132C1;
}
.AnyTagClassName
{
color: #7132C1;
}
</style>
background-color css
<style>
a { background-color: #7132C1; }
a { background-color: rgb(113,50,193); }
div.DivClassName
{
background-color: #7132C1;
}
.BgClassName
{
background-color: #7132C1;
}
</style>
border-color css
<style>
span { border-color: #7132C1; }
span { border-color: rgb(113,50,193); }
td.TdClassName
{
border-color: #7132C1;
}
.TagClassName
{
border-color: #7132C1;
}
</style>