Shades of Purple Heart #7128C1
Tints of Purple Heart #7128C1
RGB
CMYK
RGB Variations
Color information
#7128C1 (or 0x7128C1) is known color: Purple Heart. HEX triplet: 71, 28 and C1. RGB value is (113,40,193). Sum of RGB (Red+Green+Blue) = 113+40+193=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 193 (75.78% from 255 or 55.78% from 346); Max value from RGB is 193 - color contains mainly: blue. Hex color #7128C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7128C1 is #8ED73E. Grayscale: #4E4E4E. Windows color (decimal): -9361215 or 12658801. OLE color: 12658801.
HSL color Cylindrical-coordinate representation of color #7128C1: hue angle of 268.63º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7128C1 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 113 | 40 | 193 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.24 |
| HSL | 268.63º | 0.66% | 0.46% | - |
| HSV(B) | 268.63º | 0.79% | 0.76% | - |
| XYZ | 17.19 | 8.88 | 51.26 | - |
| YUV | 79.27 | 192.18 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 40 | 193 | 0.41 | 0.79 | 0 | 0.24 | 268.63 | 0.66 | 0.46 |
| Hex | 71 | 28 | C1 | 29 | 4F | 0 | 18 | 10D | 42 | 2E |
| Octal | 161 | 50 | 301 | 51 | 117 | 0 | 30 | 415 | 102 | 56 |
| Binary | 1110001 | 101000 | 11000001 | 101001 | 1001111 | 0 | 11000 | 100001101 | 1000010 | 101110 |
Color Harmonies of #7128C1
Complementary color
Monochromatic Colors of #7128C1
Black with #7128C1
Text Example
Text Example
White with #7128C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7128C1; }
p { color: rgb(113,40,193); }
H1.HeaderClassName
{
color: #7128C1;
}
.AnyTagClassName
{
color: #7128C1;
}
</style>
background-color css
<style>
a { background-color: #7128C1; }
a { background-color: rgb(113,40,193); }
div.DivClassName
{
background-color: #7128C1;
}
.BgClassName
{
background-color: #7128C1;
}
</style>
border-color css
<style>
span { border-color: #7128C1; }
span { border-color: rgb(113,40,193); }
td.TdClassName
{
border-color: #7128C1;
}
.TagClassName
{
border-color: #7128C1;
}
</style>