Shades of Purple Heart #7025BC
Tints of Purple Heart #7025BC
RGB
CMYK
RGB Variations
Color information
#7025BC (or 0x7025BC) is known color: Purple Heart. HEX triplet: 70, 25 and BC. RGB value is (112,37,188). Sum of RGB (Red+Green+Blue) = 112+37+188=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #7025BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7025BC is #8FDA43. Grayscale: #4C4C4C. Windows color (decimal): -9427524 or 12330352. OLE color: 12330352.
HSL color Cylindrical-coordinate representation of color #7025BC: hue angle of 269.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7025BC is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 37 | 188 | - |
| CMYK | 0.40 | 0.80 | 0 | 0.26 |
| HSL | 269.8º | 0.67% | 0.44% | - |
| HSV(B) | 269.8º | 0.8% | 0.74% | - |
| XYZ | 16.42 | 8.4 | 48.33 | - |
| YUV | 76.64 | 190.85 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 37 | 188 | 0.40 | 0.80 | 0 | 0.26 | 269.8 | 0.67 | 0.44 |
| Hex | 70 | 25 | BC | 28 | 50 | 0 | 1A | 10E | 43 | 2C |
| Octal | 160 | 45 | 274 | 50 | 120 | 0 | 32 | 416 | 103 | 54 |
| Binary | 1110000 | 100101 | 10111100 | 101000 | 1010000 | 0 | 11010 | 100001110 | 1000011 | 101100 |
Color Harmonies of #7025BC
Complementary color
Monochromatic Colors of #7025BC
Black with #7025BC
Text Example
Text Example
White with #7025BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7025BC; }
p { color: rgb(112,37,188); }
H1.HeaderClassName
{
color: #7025BC;
}
.AnyTagClassName
{
color: #7025BC;
}
</style>
background-color css
<style>
a { background-color: #7025BC; }
a { background-color: rgb(112,37,188); }
div.DivClassName
{
background-color: #7025BC;
}
.BgClassName
{
background-color: #7025BC;
}
</style>
border-color css
<style>
span { border-color: #7025BC; }
span { border-color: rgb(112,37,188); }
td.TdClassName
{
border-color: #7025BC;
}
.TagClassName
{
border-color: #7025BC;
}
</style>