Shades of Purple Heart #612CCF
Tints of Purple Heart #612CCF
RGB
CMYK
RGB Variations
Color information
#612CCF (or 0x612CCF) is known color: Purple Heart. HEX triplet: 61, 2C and CF. RGB value is (97,44,207). Sum of RGB (Red+Green+Blue) = 97+44+207=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 44 (17.58% from 255 or 12.64% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #612CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612CCF is #9ED330. Grayscale: #4D4D4D. Windows color (decimal): -10408753 or 13577313. OLE color: 13577313.
HSL color Cylindrical-coordinate representation of color #612CCF: hue angle of 259.51º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #612CCF is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 44 | 207 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.19 |
| HSL | 259.51º | 0.65% | 0.49% | - |
| HSV(B) | 259.51º | 0.79% | 0.81% | - |
| XYZ | 17.09 | 8.85 | 59.84 | - |
| YUV | 78.43 | 200.56 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 207 | 0.53 | 0.79 | 0 | 0.19 | 259.51 | 0.65 | 0.49 |
| Hex | 61 | 2C | CF | 35 | 4F | 0 | 13 | 104 | 41 | 31 |
| Octal | 141 | 54 | 317 | 65 | 117 | 0 | 23 | 404 | 101 | 61 |
| Binary | 1100001 | 101100 | 11001111 | 110101 | 1001111 | 0 | 10011 | 100000100 | 1000001 | 110001 |
Color Harmonies of #612CCF
Complementary color
Monochromatic Colors of #612CCF
Black with #612CCF
Text Example
Text Example
White with #612CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612CCF; }
p { color: rgb(97,44,207); }
H1.HeaderClassName
{
color: #612CCF;
}
.AnyTagClassName
{
color: #612CCF;
}
</style>
background-color css
<style>
a { background-color: #612CCF; }
a { background-color: rgb(97,44,207); }
div.DivClassName
{
background-color: #612CCF;
}
.BgClassName
{
background-color: #612CCF;
}
</style>
border-color css
<style>
span { border-color: #612CCF; }
span { border-color: rgb(97,44,207); }
td.TdClassName
{
border-color: #612CCF;
}
.TagClassName
{
border-color: #612CCF;
}
</style>