Shades of Purple Heart #7041CF
Tints of Purple Heart #7041CF
RGB
CMYK
RGB Variations
Color information
#7041CF (or 0x7041CF) is known color: Purple Heart. HEX triplet: 70, 41 and CF. RGB value is (112,65,207). Sum of RGB (Red+Green+Blue) = 112+65+207=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #7041CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7041CF is #8FBE30. Grayscale: #5E5E5E. Windows color (decimal): -9420337 or 13582704. OLE color: 13582704.
HSL color Cylindrical-coordinate representation of color #7041CF: hue angle of 259.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7041CF is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 65 | 207 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.19 |
| HSL | 259.86º | 0.6% | 0.53% | - |
| HSV(B) | 259.86º | 0.69% | 0.81% | - |
| XYZ | 19.83 | 11.73 | 60.25 | - |
| YUV | 95.24 | 191.07 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 207 | 0.46 | 0.69 | 0 | 0.19 | 259.86 | 0.6 | 0.53 |
| Hex | 70 | 41 | CF | 2E | 45 | 0 | 13 | 104 | 3C | 35 |
| Octal | 160 | 101 | 317 | 56 | 105 | 0 | 23 | 404 | 74 | 65 |
| Binary | 1110000 | 1000001 | 11001111 | 101110 | 1000101 | 0 | 10011 | 100000100 | 111100 | 110101 |
Color Harmonies of #7041CF
Complementary color
Monochromatic Colors of #7041CF
Black with #7041CF
Text Example
Text Example
White with #7041CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7041CF; }
p { color: rgb(112,65,207); }
H1.HeaderClassName
{
color: #7041CF;
}
.AnyTagClassName
{
color: #7041CF;
}
</style>
background-color css
<style>
a { background-color: #7041CF; }
a { background-color: rgb(112,65,207); }
div.DivClassName
{
background-color: #7041CF;
}
.BgClassName
{
background-color: #7041CF;
}
</style>
border-color css
<style>
span { border-color: #7041CF; }
span { border-color: rgb(112,65,207); }
td.TdClassName
{
border-color: #7041CF;
}
.TagClassName
{
border-color: #7041CF;
}
</style>