Shades of Purple Heart #7041CB
Tints of Purple Heart #7041CB
RGB
CMYK
RGB Variations
Color information
#7041CB (or 0x7041CB) is known color: Purple Heart. HEX triplet: 70, 41 and CB. RGB value is (112,65,203). Sum of RGB (Red+Green+Blue) = 112+65+203=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #7041CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7041CB is #8FBE34. Grayscale: #5E5E5E. Windows color (decimal): -9420341 or 13320560. OLE color: 13320560.
HSL color Cylindrical-coordinate representation of color #7041CB: hue angle of 260.43º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7041CB is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 65 | 203 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.20 |
| HSL | 260.43º | 0.57% | 0.53% | - |
| HSV(B) | 260.43º | 0.68% | 0.8% | - |
| XYZ | 19.35 | 11.54 | 57.71 | - |
| YUV | 94.79 | 189.07 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 203 | 0.45 | 0.68 | 0 | 0.20 | 260.43 | 0.57 | 0.53 |
| Hex | 70 | 41 | CB | 2D | 44 | 0 | 14 | 104 | 39 | 35 |
| Octal | 160 | 101 | 313 | 55 | 104 | 0 | 24 | 404 | 71 | 65 |
| Binary | 1110000 | 1000001 | 11001011 | 101101 | 1000100 | 0 | 10100 | 100000100 | 111001 | 110101 |
Color Harmonies of #7041CB
Complementary color
Monochromatic Colors of #7041CB
Black with #7041CB
Text Example
Text Example
White with #7041CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7041CB; }
p { color: rgb(112,65,203); }
H1.HeaderClassName
{
color: #7041CB;
}
.AnyTagClassName
{
color: #7041CB;
}
</style>
background-color css
<style>
a { background-color: #7041CB; }
a { background-color: rgb(112,65,203); }
div.DivClassName
{
background-color: #7041CB;
}
.BgClassName
{
background-color: #7041CB;
}
</style>
border-color css
<style>
span { border-color: #7041CB; }
span { border-color: rgb(112,65,203); }
td.TdClassName
{
border-color: #7041CB;
}
.TagClassName
{
border-color: #7041CB;
}
</style>