Shades of Purple Heart #612EC7
Tints of Purple Heart #612EC7
RGB
CMYK
RGB Variations
Color information
#612EC7 (or 0x612EC7) is known color: Purple Heart. HEX triplet: 61, 2E and C7. RGB value is (97,46,199). Sum of RGB (Red+Green+Blue) = 97+46+199=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 199 (78.12% from 255 or 58.19% from 342); Max value from RGB is 199 - color contains mainly: blue. Hex color #612EC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612EC7 is #9ED138. Grayscale: #4E4E4E. Windows color (decimal): -10408249 or 13053537. OLE color: 13053537.
HSL color Cylindrical-coordinate representation of color #612EC7: hue angle of 260º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #612EC7 is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 46 | 199 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.22 |
| HSL | 260º | 0.62% | 0.48% | - |
| HSV(B) | 260º | 0.77% | 0.78% | - |
| XYZ | 16.22 | 8.62 | 54.84 | - |
| YUV | 78.69 | 195.9 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 199 | 0.51 | 0.77 | 0 | 0.22 | 260 | 0.62 | 0.48 |
| Hex | 61 | 2E | C7 | 33 | 4D | 0 | 16 | 104 | 3E | 30 |
| Octal | 141 | 56 | 307 | 63 | 115 | 0 | 26 | 404 | 76 | 60 |
| Binary | 1100001 | 101110 | 11000111 | 110011 | 1001101 | 0 | 10110 | 100000100 | 111110 | 110000 |
Color Harmonies of #612EC7
Complementary color
Monochromatic Colors of #612EC7
Black with #612EC7
Text Example
Text Example
White with #612EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612EC7; }
p { color: rgb(97,46,199); }
H1.HeaderClassName
{
color: #612EC7;
}
.AnyTagClassName
{
color: #612EC7;
}
</style>
background-color css
<style>
a { background-color: #612EC7; }
a { background-color: rgb(97,46,199); }
div.DivClassName
{
background-color: #612EC7;
}
.BgClassName
{
background-color: #612EC7;
}
</style>
border-color css
<style>
span { border-color: #612EC7; }
span { border-color: rgb(97,46,199); }
td.TdClassName
{
border-color: #612EC7;
}
.TagClassName
{
border-color: #612EC7;
}
</style>