Shades of Purple Heart #7123C6
Tints of Purple Heart #7123C6
RGB
CMYK
RGB Variations
Color information
#7123C6 (or 0x7123C6) is known color: Purple Heart. HEX triplet: 71, 23 and C6. RGB value is (113,35,198). Sum of RGB (Red+Green+Blue) = 113+35+198=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 35 (14.06% from 255 or 10.12% from 346); Blue value is 198 (77.73% from 255 or 57.23% from 346); Max value from RGB is 198 - color contains mainly: blue. Hex color #7123C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7123C6 is #8EDC39. Grayscale: #4C4C4C. Windows color (decimal): -9362490 or 12985201. OLE color: 12985201.
HSL color Cylindrical-coordinate representation of color #7123C6: hue angle of 268.71º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7123C6 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 113 | 35 | 198 | - |
| CMYK | 0.43 | 0.82 | 0 | 0.22 |
| HSL | 268.71º | 0.7% | 0.46% | - |
| HSV(B) | 268.71º | 0.82% | 0.78% | - |
| XYZ | 17.6 | 8.79 | 54.19 | - |
| YUV | 76.9 | 196.34 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 198 | 0.43 | 0.82 | 0 | 0.22 | 268.71 | 0.7 | 0.46 |
| Hex | 71 | 23 | C6 | 2B | 52 | 0 | 16 | 10D | 46 | 2E |
| Octal | 161 | 43 | 306 | 53 | 122 | 0 | 26 | 415 | 106 | 56 |
| Binary | 1110001 | 100011 | 11000110 | 101011 | 1010010 | 0 | 10110 | 100001101 | 1000110 | 101110 |
Color Harmonies of #7123C6
Complementary color
Monochromatic Colors of #7123C6
Black with #7123C6
Text Example
Text Example
White with #7123C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7123C6; }
p { color: rgb(113,35,198); }
H1.HeaderClassName
{
color: #7123C6;
}
.AnyTagClassName
{
color: #7123C6;
}
</style>
background-color css
<style>
a { background-color: #7123C6; }
a { background-color: rgb(113,35,198); }
div.DivClassName
{
background-color: #7123C6;
}
.BgClassName
{
background-color: #7123C6;
}
</style>
border-color css
<style>
span { border-color: #7123C6; }
span { border-color: rgb(113,35,198); }
td.TdClassName
{
border-color: #7123C6;
}
.TagClassName
{
border-color: #7123C6;
}
</style>