Shades of Purple Heart #7023BC
Tints of Purple Heart #7023BC
RGB
CMYK
RGB Variations
Color information
#7023BC (or 0x7023BC) is known color: Purple Heart. HEX triplet: 70, 23 and BC. RGB value is (112,35,188). Sum of RGB (Red+Green+Blue) = 112+35+188=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 188 (73.83% from 255 or 56.12% from 335); Max value from RGB is 188 - color contains mainly: blue. Hex color #7023BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7023BC is #8FDC43. Grayscale: #4A4A4A. Windows color (decimal): -9428036 or 12329840. OLE color: 12329840.
HSL color Cylindrical-coordinate representation of color #7023BC: hue angle of 270.2º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7023BC is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 35 | 188 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.26 |
| HSL | 270.2º | 0.69% | 0.44% | - |
| HSV(B) | 270.2º | 0.81% | 0.74% | - |
| XYZ | 16.36 | 8.28 | 48.31 | - |
| YUV | 75.47 | 191.51 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 35 | 188 | 0.40 | 0.81 | 0 | 0.26 | 270.2 | 0.69 | 0.44 |
| Hex | 70 | 23 | BC | 28 | 51 | 0 | 1A | 10E | 45 | 2C |
| Octal | 160 | 43 | 274 | 50 | 121 | 0 | 32 | 416 | 105 | 54 |
| Binary | 1110000 | 100011 | 10111100 | 101000 | 1010001 | 0 | 11010 | 100001110 | 1000101 | 101100 |
Color Harmonies of #7023BC
Complementary color
Monochromatic Colors of #7023BC
Black with #7023BC
Text Example
Text Example
White with #7023BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7023BC; }
p { color: rgb(112,35,188); }
H1.HeaderClassName
{
color: #7023BC;
}
.AnyTagClassName
{
color: #7023BC;
}
</style>
background-color css
<style>
a { background-color: #7023BC; }
a { background-color: rgb(112,35,188); }
div.DivClassName
{
background-color: #7023BC;
}
.BgClassName
{
background-color: #7023BC;
}
</style>
border-color css
<style>
span { border-color: #7023BC; }
span { border-color: rgb(112,35,188); }
td.TdClassName
{
border-color: #7023BC;
}
.TagClassName
{
border-color: #7023BC;
}
</style>