Shades of Purple Heart #7123AB
Tints of Purple Heart #7123AB
RGB
CMYK
RGB Variations
Color information
#7123AB (or 0x7123AB) is known color: Purple Heart. HEX triplet: 71, 23 and AB. RGB value is (113,35,171). Sum of RGB (Red+Green+Blue) = 113+35+171=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #7123AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7123AB is #8EDC54. Grayscale: #494949. Windows color (decimal): -9362517 or 11215729. OLE color: 11215729.
HSL color Cylindrical-coordinate representation of color #7123AB: hue angle of 274.41º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7123AB is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 35 | 171 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.33 |
| HSL | 274.41º | 0.66% | 0.4% | - |
| HSV(B) | 274.41º | 0.8% | 0.67% | - |
| XYZ | 14.76 | 7.65 | 39.23 | - |
| YUV | 73.83 | 182.84 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 171 | 0.34 | 0.80 | 0 | 0.33 | 274.41 | 0.66 | 0.4 |
| Hex | 71 | 23 | AB | 22 | 50 | 0 | 21 | 112 | 42 | 28 |
| Octal | 161 | 43 | 253 | 42 | 120 | 0 | 41 | 422 | 102 | 50 |
| Binary | 1110001 | 100011 | 10101011 | 100010 | 1010000 | 0 | 100001 | 100010010 | 1000010 | 101000 |
Color Harmonies of #7123AB
Complementary color
Monochromatic Colors of #7123AB
Black with #7123AB
Text Example
Text Example
White with #7123AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7123AB; }
p { color: rgb(113,35,171); }
H1.HeaderClassName
{
color: #7123AB;
}
.AnyTagClassName
{
color: #7123AB;
}
</style>
background-color css
<style>
a { background-color: #7123AB; }
a { background-color: rgb(113,35,171); }
div.DivClassName
{
background-color: #7123AB;
}
.BgClassName
{
background-color: #7123AB;
}
</style>
border-color css
<style>
span { border-color: #7123AB; }
span { border-color: rgb(113,35,171); }
td.TdClassName
{
border-color: #7123AB;
}
.TagClassName
{
border-color: #7123AB;
}
</style>