Shades of Purple Heart #7027BC
Tints of Purple Heart #7027BC
RGB
CMYK
RGB Variations
Color information
#7027BC (or 0x7027BC) is known color: Purple Heart. HEX triplet: 70, 27 and BC. RGB value is (112,39,188). Sum of RGB (Red+Green+Blue) = 112+39+188=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #7027BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7027BC is #8FD843. Grayscale: #4D4D4D. Windows color (decimal): -9427012 or 12330864. OLE color: 12330864.
HSL color Cylindrical-coordinate representation of color #7027BC: hue angle of 269.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7027BC is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 39 | 188 | - |
| CMYK | 0.40 | 0.79 | 0 | 0.26 |
| HSL | 269.4º | 0.66% | 0.45% | - |
| HSV(B) | 269.4º | 0.79% | 0.74% | - |
| XYZ | 16.48 | 8.53 | 48.35 | - |
| YUV | 77.81 | 190.18 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 39 | 188 | 0.40 | 0.79 | 0 | 0.26 | 269.4 | 0.66 | 0.45 |
| Hex | 70 | 27 | BC | 28 | 4F | 0 | 1A | 10D | 42 | 2D |
| Octal | 160 | 47 | 274 | 50 | 117 | 0 | 32 | 415 | 102 | 55 |
| Binary | 1110000 | 100111 | 10111100 | 101000 | 1001111 | 0 | 11010 | 100001101 | 1000010 | 101101 |
Color Harmonies of #7027BC
Complementary color
Monochromatic Colors of #7027BC
Black with #7027BC
Text Example
Text Example
White with #7027BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7027BC; }
p { color: rgb(112,39,188); }
H1.HeaderClassName
{
color: #7027BC;
}
.AnyTagClassName
{
color: #7027BC;
}
</style>
background-color css
<style>
a { background-color: #7027BC; }
a { background-color: rgb(112,39,188); }
div.DivClassName
{
background-color: #7027BC;
}
.BgClassName
{
background-color: #7027BC;
}
</style>
border-color css
<style>
span { border-color: #7027BC; }
span { border-color: rgb(112,39,188); }
td.TdClassName
{
border-color: #7027BC;
}
.TagClassName
{
border-color: #7027BC;
}
</style>