Shades of Purple Heart #7120CB
Tints of Purple Heart #7120CB
RGB
CMYK
RGB Variations
Color information
#7120CB (or 0x7120CB) is known color: Purple Heart. HEX triplet: 71, 20 and CB. RGB value is (113,32,203). Sum of RGB (Red+Green+Blue) = 113+32+203=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #7120CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7120CB is #8EDF34. Grayscale: #4B4B4B. Windows color (decimal): -9363253 or 13312113. OLE color: 13312113.
HSL color Cylindrical-coordinate representation of color #7120CB: hue angle of 268.42º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7120CB is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 32 | 203 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.20 |
| HSL | 268.42º | 0.73% | 0.46% | - |
| HSV(B) | 268.42º | 0.84% | 0.8% | - |
| XYZ | 18.11 | 8.86 | 57.25 | - |
| YUV | 75.71 | 199.84 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 32 | 203 | 0.44 | 0.84 | 0 | 0.20 | 268.42 | 0.73 | 0.46 |
| Hex | 71 | 20 | CB | 2C | 54 | 0 | 14 | 10C | 49 | 2E |
| Octal | 161 | 40 | 313 | 54 | 124 | 0 | 24 | 414 | 111 | 56 |
| Binary | 1110001 | 100000 | 11001011 | 101100 | 1010100 | 0 | 10100 | 100001100 | 1001001 | 101110 |
Color Harmonies of #7120CB
Complementary color
Monochromatic Colors of #7120CB
Black with #7120CB
Text Example
Text Example
White with #7120CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7120CB; }
p { color: rgb(113,32,203); }
H1.HeaderClassName
{
color: #7120CB;
}
.AnyTagClassName
{
color: #7120CB;
}
</style>
background-color css
<style>
a { background-color: #7120CB; }
a { background-color: rgb(113,32,203); }
div.DivClassName
{
background-color: #7120CB;
}
.BgClassName
{
background-color: #7120CB;
}
</style>
border-color css
<style>
span { border-color: #7120CB; }
span { border-color: rgb(113,32,203); }
td.TdClassName
{
border-color: #7120CB;
}
.TagClassName
{
border-color: #7120CB;
}
</style>