Shades of Purple Heart #7043CD
Tints of Purple Heart #7043CD
RGB
CMYK
RGB Variations
Color information
#7043CD (or 0x7043CD) is known color: Purple Heart. HEX triplet: 70, 43 and CD. RGB value is (112,67,205). Sum of RGB (Red+Green+Blue) = 112+67+205=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 205 (80.47% from 255 or 53.39% from 384); Max value from RGB is 205 - color contains mainly: blue. Hex color #7043CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7043CD is #8FBC32. Grayscale: #5F5F5F. Windows color (decimal): -9419827 or 13452144. OLE color: 13452144.
HSL color Cylindrical-coordinate representation of color #7043CD: hue angle of 259.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7043CD is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 67 | 205 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.20 |
| HSL | 259.57º | 0.58% | 0.53% | - |
| HSV(B) | 259.57º | 0.67% | 0.8% | - |
| XYZ | 19.71 | 11.87 | 59.01 | - |
| YUV | 96.19 | 189.41 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 205 | 0.45 | 0.67 | 0 | 0.20 | 259.57 | 0.58 | 0.53 |
| Hex | 70 | 43 | CD | 2D | 43 | 0 | 14 | 104 | 3A | 35 |
| Octal | 160 | 103 | 315 | 55 | 103 | 0 | 24 | 404 | 72 | 65 |
| Binary | 1110000 | 1000011 | 11001101 | 101101 | 1000011 | 0 | 10100 | 100000100 | 111010 | 110101 |
Color Harmonies of #7043CD
Complementary color
Monochromatic Colors of #7043CD
Black with #7043CD
Text Example
Text Example
White with #7043CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7043CD; }
p { color: rgb(112,67,205); }
H1.HeaderClassName
{
color: #7043CD;
}
.AnyTagClassName
{
color: #7043CD;
}
</style>
background-color css
<style>
a { background-color: #7043CD; }
a { background-color: rgb(112,67,205); }
div.DivClassName
{
background-color: #7043CD;
}
.BgClassName
{
background-color: #7043CD;
}
</style>
border-color css
<style>
span { border-color: #7043CD; }
span { border-color: rgb(112,67,205); }
td.TdClassName
{
border-color: #7043CD;
}
.TagClassName
{
border-color: #7043CD;
}
</style>