Shades of Purple Heart #611FCC
Tints of Purple Heart #611FCC
RGB
CMYK
RGB Variations
Color information
#611FCC (or 0x611FCC) is known color: Purple Heart. HEX triplet: 61, 1F and CC. RGB value is (97,31,204). Sum of RGB (Red+Green+Blue) = 97+31+204=332 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.22% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #611FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #611FCC is #9EE033. Grayscale: #454545. Windows color (decimal): -10412084 or 13377377. OLE color: 13377377.
HSL color Cylindrical-coordinate representation of color #611FCC: hue angle of 262.89º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #611FCC is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 31 | 204 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.2 |
| HSL | 262.89º | 0.74% | 0.46% | - |
| HSV(B) | 262.89º | 0.85% | 0.8% | - |
| XYZ | 16.32 | 7.88 | 57.79 | - |
| YUV | 70.46 | 203.37 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 204 | 0.52 | 0.85 | 0 | 0.2 | 262.89 | 0.74 | 0.46 |
| Hex | 61 | 1F | CC | 34 | 55 | 0 | 14 | 107 | 4A | 2E |
| Octal | 141 | 37 | 314 | 64 | 125 | 0 | 24 | 407 | 112 | 56 |
| Binary | 1100001 | 11111 | 11001100 | 110100 | 1010101 | 0 | 10100 | 100000111 | 1001010 | 101110 |
Color Harmonies of #611FCC
Complementary color
Monochromatic Colors of #611FCC
Black with #611FCC
Text Example
Text Example
White with #611FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611FCC; }
p { color: rgb(97,31,204); }
H1.HeaderClassName
{
color: #611FCC;
}
.AnyTagClassName
{
color: #611FCC;
}
</style>
background-color css
<style>
a { background-color: #611FCC; }
a { background-color: rgb(97,31,204); }
div.DivClassName
{
background-color: #611FCC;
}
.BgClassName
{
background-color: #611FCC;
}
</style>
border-color css
<style>
span { border-color: #611FCC; }
span { border-color: rgb(97,31,204); }
td.TdClassName
{
border-color: #611FCC;
}
.TagClassName
{
border-color: #611FCC;
}
</style>