Shades of Purple Heart #7024BC
Tints of Purple Heart #7024BC
RGB
CMYK
RGB Variations
Color information
#7024BC (or 0x7024BC) is known color: Purple Heart. HEX triplet: 70, 24 and BC. RGB value is (112,36,188). Sum of RGB (Red+Green+Blue) = 112+36+188=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 36 (14.45% from 255 or 10.71% from 336); Blue value is 188 (73.83% from 255 or 55.95% from 336); Max value from RGB is 188 - color contains mainly: blue. Hex color #7024BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7024BC is #8FDB43. Grayscale: #4B4B4B. Windows color (decimal): -9427780 or 12330096. OLE color: 12330096.
HSL color Cylindrical-coordinate representation of color #7024BC: hue angle of 270º degrees, saturation: 0.68, 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 #7024BC is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 36 | 188 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.26 |
| HSL | 270º | 0.68% | 0.44% | - |
| HSV(B) | 270º | 0.81% | 0.74% | - |
| XYZ | 16.39 | 8.34 | 48.32 | - |
| YUV | 76.05 | 191.18 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 36 | 188 | 0.40 | 0.81 | 0 | 0.26 | 270 | 0.68 | 0.44 |
| Hex | 70 | 24 | BC | 28 | 51 | 0 | 1A | 10E | 44 | 2C |
| Octal | 160 | 44 | 274 | 50 | 121 | 0 | 32 | 416 | 104 | 54 |
| Binary | 1110000 | 100100 | 10111100 | 101000 | 1010001 | 0 | 11010 | 100001110 | 1000100 | 101100 |
Color Harmonies of #7024BC
Complementary color
Monochromatic Colors of #7024BC
Black with #7024BC
Text Example
Text Example
White with #7024BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7024BC; }
p { color: rgb(112,36,188); }
H1.HeaderClassName
{
color: #7024BC;
}
.AnyTagClassName
{
color: #7024BC;
}
</style>
background-color css
<style>
a { background-color: #7024BC; }
a { background-color: rgb(112,36,188); }
div.DivClassName
{
background-color: #7024BC;
}
.BgClassName
{
background-color: #7024BC;
}
</style>
border-color css
<style>
span { border-color: #7024BC; }
span { border-color: rgb(112,36,188); }
td.TdClassName
{
border-color: #7024BC;
}
.TagClassName
{
border-color: #7024BC;
}
</style>