Shades of Purple Heart #7123D7
Tints of Purple Heart #7123D7
RGB
CMYK
RGB Variations
Color information
#7123D7 (or 0x7123D7) is known color: Purple Heart. HEX triplet: 71, 23 and D7. RGB value is (113,35,215). Sum of RGB (Red+Green+Blue) = 113+35+215=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 215 (84.38% from 255 or 59.23% from 363); Max value from RGB is 215 - color contains mainly: blue. Hex color #7123D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7123D7 is #8EDC28. Grayscale: #4E4E4E. Windows color (decimal): -9362473 or 14099313. OLE color: 14099313.
HSL color Cylindrical-coordinate representation of color #7123D7: hue angle of 266º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7123D7 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 113 | 35 | 215 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.16 |
| HSL | 266º | 0.72% | 0.49% | - |
| HSV(B) | 266º | 0.84% | 0.84% | - |
| XYZ | 19.68 | 9.62 | 65.11 | - |
| YUV | 78.84 | 204.84 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 35 | 215 | 0.47 | 0.84 | 0 | 0.16 | 266 | 0.72 | 0.49 |
| Hex | 71 | 23 | D7 | 2F | 54 | 0 | 10 | 10A | 48 | 31 |
| Octal | 161 | 43 | 327 | 57 | 124 | 0 | 20 | 412 | 110 | 61 |
| Binary | 1110001 | 100011 | 11010111 | 101111 | 1010100 | 0 | 10000 | 100001010 | 1001000 | 110001 |
Color Harmonies of #7123D7
Complementary color
Monochromatic Colors of #7123D7
Black with #7123D7
Text Example
Text Example
White with #7123D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7123D7; }
p { color: rgb(113,35,215); }
H1.HeaderClassName
{
color: #7123D7;
}
.AnyTagClassName
{
color: #7123D7;
}
</style>
background-color css
<style>
a { background-color: #7123D7; }
a { background-color: rgb(113,35,215); }
div.DivClassName
{
background-color: #7123D7;
}
.BgClassName
{
background-color: #7123D7;
}
</style>
border-color css
<style>
span { border-color: #7123D7; }
span { border-color: rgb(113,35,215); }
td.TdClassName
{
border-color: #7123D7;
}
.TagClassName
{
border-color: #7123D7;
}
</style>